#06913D

Color #06913D Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #06913D

Tints of Pigment Green #06913D

Color information

#06913D (or 0x06913D) is unknown color: approx Pigment Green. HEX triplet: 06, 91 and 3D. RGB value is (6,145,61). Sum of RGB (Red+Green+Blue) = 6+145+61=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 145 (57.03% from 255 or 68.40% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 145 - color contains mainly: green. Hex color #06913D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06913D is #F96EC2. Grayscale: #5E5E5E. Windows color (decimal): -16346819 or 4034822. OLE color: 4034822.

HSL color Cylindrical-coordinate representation of color #06913D: hue angle of 143.74º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06913D is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.

Color convert

RGB614561-
CMYK0.9600.580.43
HSL143.74º92.05%29.61%-
HSV(B)143.74º95.86%56.86%-
XYZ11.0420.637.81-
YUV93.86109.4565.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 6 (2.73% from 255) = 2.83%
GREEN value IS 145 (57.03% from 255) = 68.40%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=2.83%
G=68.40%
B=28.77%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6145610.9600.580.43143.7492.0529.61
Hex6913D6003A2B905c1e
Octal6221751400725322013436
Binary110100100011111011100000011101010101110010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06913D; }

 p { color: rgb(6,145,61); }

 H1.HeaderClassName
 {
   color: #06913D;
 }
 .AnyTagClassName
 {
   color: #06913D;
 }
</style>
background-color css

<style>
 a { background-color: #06913D; }

 a { background-color: rgb(6,145,61); }

 div.DivClassName
 {
   background-color: #06913D;
 }
 .BgClassName
 {
   background-color: #06913D;
 }
</style>
border-color css

<style>
 span { border-color: #06913D; }

 span { border-color: rgb(6,145,61); }

 td.TdClassName
 {
   border-color: #06913D;
 }
 .TagClassName
 {
   border-color: #06913D;
 }
</style>