#06850C

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

Shades of Green #06850C

Tints of Green #06850C

Color information

#06850C (or 0x06850C) is unknown color: approx Green. HEX triplet: 06, 85 and 0C. RGB value is (6,133,12). Sum of RGB (Red+Green+Blue) = 6+133+12=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 12 (5.08% from 255 or 7.95% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #06850C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06850C is #F97AF3. Grayscale: #515151. Windows color (decimal): -16349940 or 820486. OLE color: 820486.

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

Color convert

RGB613312-
CMYK0.9500.910.48
HSL122.83º91.37%27.25%-
HSV(B)122.83º95.49%52.16%-
XYZ8.5316.843.15-
YUV81.2388.9274.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.97%
GREEN value IS 133 (52.34% from 255) = 88.08%
BLUE value IS 12 (5.08% from 255) = 7.95%
R=3.97%
G=88.08%
B=7.95%

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
Decimal6133120.9500.910.48122.8391.3727.25
Hex685C5F05B307b5b1b
Octal62051413701336017313333
Binary1101000010111001011111010110111100001111011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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