Html Css Color HEX #126006 Green

📋 copy color: '#126006'

red 18 ◦ green 96 ◦ blue 6

#126006
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #126006

Tints of Green #126006

RGB

 RED value IS 18 (7.42% from 255) = 15%

 GREEN value IS 96 (37.89% from 255) = 80%

 BLUE value IS 6 (2.73% from 255) = 5%

R = 15%
G = 80%
B = 5%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#126006 (or 0x126006) is known color: Green. HEX triplet: 12, 60 and 06. RGB value is (18,96,6). Sum of RGB (Red+Green+Blue) = 18+96+6=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 96 (37.89% from 255 or 80% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 96 - color contains mainly: green. Hex color #126006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126006 is #ED9FF9. Grayscale: #3E3E3E. Windows color (decimal): -15572986 or 417810. OLE color: 417810.

HSL color Cylindrical-coordinate representation of color #126006: hue angle of 112º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #126006 is Cyan = 0.81, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 96 6 -
CMYK 0.81 0 0.94 0.62
HSL 112º 0.88% 0.2% -
HSV(B) 112º 0.94% 0.38% -
XYZ 4.47 8.51 1.58 -
YUV 62.42 96.16 96.32 -
System Red Green Blue C M Y K H S L
Decimal 18 96 6 0.81 0 0.94 0.62 112 0.88 0.2
Hex 12 60 6 51 0 5E 3E 70 58 14
Octal 22 140 6 121 0 136 76 160 130 24
Binary 10010 1100000 110 1010001 0 1011110 111110 1110000 1011000 10100

Color Harmonies of #126006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126006

Black with #126006

Text Example


Text Example

White with #126006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126006; }

 p { color: rgb(18,96,6); }

 H1.HeaderClassName
 {
   color: #126006;
 }
 .AnyTagClassName
 {
   color: #126006;
 }
</style>

background-color css

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

 a { background-color: rgb(18,96,6); }

 div.DivClassName
 {
   background-color: #126006;
 }
 .BgClassName
 {
   background-color: #126006;
 }
</style>

border-color css

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

 span { border-color: rgb(18,96,6); }

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