#126613

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

Shades of Green #126613

Tints of Green #126613

Color information

#126613 (or 0x126613) is unknown color: approx Green. HEX triplet: 12, 66 and 13. RGB value is (18,102,19). Sum of RGB (Red+Green+Blue) = 18+102+19=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #126613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126613 is #ED99EC. Grayscale: #434343. Windows color (decimal): -15571437 or 1271314. OLE color: 1271314.

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

Color convert

RGB1810219-
CMYK0.8200.810.6
HSL120.71º70%23.53%-
HSV(B)120.71º82.35%40%-
XYZ5.129.682.21-
YUV67.42100.6792.75-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 102 (40.23% from 255) = 73.38%
BLUE value IS 19 (7.81% from 255) = 13.67%
R=12.95%
G=73.38%
B=13.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal18102190.8200.810.6120.717023.53
Hex126613520513C794618
Octal221462312201217417110630
Binary100101100110100111010010010100011111001111001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126613; }

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

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

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

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

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

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

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

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