#126807

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

Shades of Green #126807

Tints of Green #126807

Color information

#126807 (or 0x126807) is unknown color: approx Green. HEX triplet: 12, 68 and 07. RGB value is (18,104,7). Sum of RGB (Red+Green+Blue) = 18+104+7=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #126807 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126807 is #ED97F8. Grayscale: #434343. Windows color (decimal): -15570937 or 485394. OLE color: 485394.

HSL color Cylindrical-coordinate representation of color #126807: hue angle of 113.2º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #126807 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB181047-
CMYK0.8300.930.59
HSL113.2º87.39%21.76%-
HSV(B)113.2º93.27%40.78%-
XYZ5.2410.041.86-
YUV67.2394.0192.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 104 (41.02% from 255) = 80.62%
BLUE value IS 7 (3.12% from 255) = 5.43%
R=13.95%
G=80.62%
B=5.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1810470.8300.930.59113.287.3921.76
Hex126875305D3B715716
Octal22150712301357316112726
Binary1001011010001111010011010111011110111110001101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126807; }

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

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

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

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

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

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

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

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