Html Css Color HEX #126B07 Green

📋 copy color: '#126B07'

red 18 ◦ green 107 ◦ blue 7

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

Shades of Green #126B07

Tints of Green #126B07

RGB

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

 GREEN value IS 107 (42.19% from 255) = 81.06%

 BLUE value IS 7 (3.13% from 255) = 5.3%

R = 13.64%
G = 81.06%
B = 5.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#126B07 (or 0x126B07) is known color: Green. HEX triplet: 12, 6B and 07. RGB value is (18,107,7). Sum of RGB (Red+Green+Blue) = 18+107+7=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 107 (42.19% from 255 or 81.06% from 132); Blue value is 7 (3.12% from 255 or 5.30% from 132); Max value from RGB is 107 - color contains mainly: green. Hex color #126B07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126B07 is #ED94F8. Grayscale: #454545. Windows color (decimal): -15570169 or 486162. OLE color: 486162.

HSL color Cylindrical-coordinate representation of color #126B07: hue angle of 113.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126B07 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 107 7 -
CMYK 0.83 0 0.93 0.58
HSL 113.4º 0.88% 0.22% -
HSV(B) 113.4º 0.93% 0.42% -
XYZ 5.55 10.66 1.97 -
YUV 68.99 93.01 91.63 -
System Red Green Blue C M Y K H S L
Decimal 18 107 7 0.83 0 0.93 0.58 113.4 0.88 0.22
Hex 12 6B 7 53 0 5D 3A 71 58 16
Octal 22 153 7 123 0 135 72 161 130 26
Binary 10010 1101011 111 1010011 0 1011101 111010 1110001 1011000 10110

Color Harmonies of #126B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B07

Black with #126B07

Text Example


Text Example

White with #126B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126B07; }

 p { color: rgb(18,107,7); }

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

background-color css

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

 a { background-color: rgb(18,107,7); }

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

border-color css

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

 span { border-color: rgb(18,107,7); }

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