#126608

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

Shades of Green #126608

Tints of Green #126608

Color information

#126608 (or 0x126608) is unknown color: approx Green. HEX triplet: 12, 66 and 08. RGB value is (18,102,8). Sum of RGB (Red+Green+Blue) = 18+102+8=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 102 (40.23% from 255 or 79.69% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 102 - color contains mainly: green. Hex color #126608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126608 is #ED99F7. Grayscale: #424242. Windows color (decimal): -15571448 or 550418. OLE color: 550418.

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

Color convert

RGB181028-
CMYK0.8200.920.6
HSL113.62º85.45%21.57%-
HSV(B)113.62º92.16%40%-
XYZ5.049.651.83-
YUV66.1795.1793.64-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 102 (40.23% from 255) = 79.69%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=14.06%
G=79.69%
B=6.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1810280.8200.920.6113.6285.4521.57
Hex126685205C3C725516
Octal221461012201347416212526
Binary10010110011010001010010010111001111001110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126608; }

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

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

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

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

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

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

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

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