#086003

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

Shades of Green #086003

Tints of Green #086003

Color information

#086003 (or 0x086003) is unknown color: approx Green. HEX triplet: 08, 60 and 03. RGB value is (8,96,3). Sum of RGB (Red+Green+Blue) = 8+96+3=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 96 (37.89% from 255 or 89.72% from 107); Blue value is 3 (1.56% from 255 or 2.80% from 107); Max value from RGB is 96 - color contains mainly: green. Hex color #086003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086003 is #F79FFC. Grayscale: #3B3B3B. Windows color (decimal): -16228349 or 221192. OLE color: 221192.

HSL color Cylindrical-coordinate representation of color #086003: hue angle of 116.77º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #086003 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB8963-
CMYK0.9200.970.62
HSL116.77º93.94%19.41%-
HSV(B)116.77º96.88%37.65%-
XYZ4.38.421.49-
YUV59.0996.3591.56-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.48%
GREEN value IS 96 (37.89% from 255) = 89.72%
BLUE value IS 3 (1.56% from 255) = 2.80%
R=7.48%
G=89.72%
B=2.80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal89630.9200.970.62116.7793.9419.41
Hex86035C0613E755e13
Octal10140313401417616513623
Binary10001100000111011100011000011111101110101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086003; }

 p { color: rgb(8,96,3); }

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

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

 a { background-color: rgb(8,96,3); }

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

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

 span { border-color: rgb(8,96,3); }

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