#086B33

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

Shades of Fun Green #086B33

Tints of Fun Green #086B33

Color information

#086B33 (or 0x086B33) is unknown color: approx Fun Green. HEX triplet: 08, 6B and 33. RGB value is (8,107,51). Sum of RGB (Red+Green+Blue) = 8+107+51=166 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.82% from 166); Green value is 107 (42.19% from 255 or 64.46% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 107 - color contains mainly: green. Hex color #086B33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086B33 is #F794CC. Grayscale: #474747. Windows color (decimal): -16225485 or 3369736. OLE color: 3369736.

HSL color Cylindrical-coordinate representation of color #086B33: hue angle of 146.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086B33 is Cyan = 0.93, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.

Color convert

RGB810751-
CMYK0.9300.520.58
HSL146.06º86.09%22.55%-
HSV(B)146.06º92.52%41.96%-
XYZ5.9610.814.9-
YUV71.01116.783.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.82%
GREEN value IS 107 (42.19% from 255) = 64.46%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=4.82%
G=64.46%
B=30.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8107510.9300.520.58146.0686.0922.55
Hex86B335D0343A925617
Octal10153631350647222212627
Binary100011010111100111011101011010011101010010010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086B33; }

 p { color: rgb(8,107,51); }

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

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

 a { background-color: rgb(8,107,51); }

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

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

 span { border-color: rgb(8,107,51); }

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