#06850E

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

Shades of Green #06850E

Tints of Green #06850E

Color information

#06850E (or 0x06850E) is unknown color: approx Green. HEX triplet: 06, 85 and 0E. RGB value is (6,133,14). Sum of RGB (Red+Green+Blue) = 6+133+14=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 133 (52.34% from 255 or 86.93% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 133 - color contains mainly: green. Hex color #06850E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #06850E is #F97AF1. Grayscale: #515151. Windows color (decimal): -16349938 or 951558. OLE color: 951558.

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

Color convert

RGB613314-
CMYK0.9500.890.48
HSL123.78º91.37%27.25%-
HSV(B)123.78º95.49%52.16%-
XYZ8.5416.853.22-
YUV81.4689.9274.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 133 (52.34% from 255) = 86.93%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=3.92%
G=86.93%
B=9.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133140.9500.890.48123.7891.3727.25
Hex685E5F059307c5b1b
Octal62051613701316017413333
Binary1101000010111101011111010110011100001111100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06850E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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