Html Css Color HEX #126605 Green

📋 copy color: '#126605'

red 18 ◦ green 102 ◦ blue 5

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

Shades of Green #126605

Tints of Green #126605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 81.6%

 BLUE value IS 5 (2.34% from 255) = 4%

R = 14.4%
G = 81.6%
B = 4%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#126605 (or 0x126605) is known color: Green. HEX triplet: 12, 66 and 05. RGB value is (18,102,5). Sum of RGB (Red+Green+Blue) = 18+102+5=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #126605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126605 is #ED99FA. Grayscale: #424242. Windows color (decimal): -15571451 or 353810. OLE color: 353810.

HSL color Cylindrical-coordinate representation of color #126605: hue angle of 111.96º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #126605 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 102 5 -
CMYK 0.82 0 0.95 0.6
HSL 111.96º 0.91% 0.21% -
HSV(B) 111.96º 0.95% 0.4% -
XYZ 5.03 9.64 1.74 -
YUV 65.83 93.67 93.89 -
System Red Green Blue C M Y K H S L
Decimal 18 102 5 0.82 0 0.95 0.6 111.96 0.91 0.21
Hex 12 66 5 52 0 5F 3C 70 5B 15
Octal 22 146 5 122 0 137 74 160 133 25
Binary 10010 1100110 101 1010010 0 1011111 111100 1110000 1011011 10101

Color Harmonies of #126605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126605

Black with #126605

Text Example


Text Example

White with #126605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126605; }

 p { color: rgb(18,102,5); }

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

background-color css

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

 a { background-color: rgb(18,102,5); }

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

border-color css

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

 span { border-color: rgb(18,102,5); }

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