#068412

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

Shades of Green #068412

Tints of Green #068412

Color information

#068412 (or 0x068412) is unknown color: approx Green. HEX triplet: 06, 84 and 12. RGB value is (6,132,18). Sum of RGB (Red+Green+Blue) = 6+132+18=156 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.85% from 156); Green value is 132 (51.95% from 255 or 84.62% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 132 - color contains mainly: green. Hex color #068412 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068412 is #F97BED. Grayscale: #515151. Windows color (decimal): -16350190 or 1213446. OLE color: 1213446.

HSL color Cylindrical-coordinate representation of color #068412: hue angle of 125.71º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068412 is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB613218-
CMYK0.9500.860.48
HSL125.71º91.3%27.06%-
HSV(B)125.71º95.45%51.76%-
XYZ8.4416.583.33-
YUV81.3392.2674.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.85%
GREEN value IS 132 (51.95% from 255) = 84.62%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=3.85%
G=84.62%
B=11.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132180.9500.860.48125.7191.327.06
Hex684125F056307e5b1b
Octal62042213701266017613333
Binary11010000100100101011111010101101100001111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068412; }

 p { color: rgb(6,132,18); }

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

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

 a { background-color: rgb(6,132,18); }

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

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

 span { border-color: rgb(6,132,18); }

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