#06840C

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

Shades of Green #06840C

Tints of Green #06840C

Color information

#06840C (or 0x06840C) is unknown color: approx Green. HEX triplet: 06, 84 and 0C. RGB value is (6,132,12). Sum of RGB (Red+Green+Blue) = 6+132+12=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 132 (51.95% from 255 or 88% from 150); Blue value is 12 (5.08% from 255 or 8% from 150); Max value from RGB is 132 - color contains mainly: green. Hex color #06840C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06840C is #F97BF3. Grayscale: #505050. Windows color (decimal): -16350196 or 820230. OLE color: 820230.

HSL color Cylindrical-coordinate representation of color #06840C: hue angle of 122.86º 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 #06840C is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB613212-
CMYK0.9500.910.48
HSL122.86º91.3%27.06%-
HSV(B)122.86º95.45%51.76%-
XYZ8.3916.573.1-
YUV80.6589.2674.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4%
GREEN value IS 132 (51.95% from 255) = 88%
BLUE value IS 12 (5.08% from 255) = 8%
R=4%
G=88%
B=8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132120.9500.910.48122.8691.327.06
Hex684C5F05B307b5b1b
Octal62041413701336017313333
Binary1101000010011001011111010110111100001111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06840C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06840C; }

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

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

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

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

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

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

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

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