#086138

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

Shades of Fun Green #086138

Tints of Fun Green #086138

Color information

#086138 (or 0x086138) is unknown color: approx Fun Green. HEX triplet: 08, 61 and 38. RGB value is (8,97,56). Sum of RGB (Red+Green+Blue) = 8+97+56=161 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.97% from 161); Green value is 97 (38.28% from 255 or 60.25% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 97 - color contains mainly: green. Hex color #086138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086138 is #F79EC7. Grayscale: #414141. Windows color (decimal): -16228040 or 3694856. OLE color: 3694856.

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

Color convert

RGB89756-
CMYK0.9200.420.62
HSL152.36º84.76%20.59%-
HSV(B)152.36º91.75%38.04%-
XYZ5.098.895.19-
YUV65.72122.5186.83-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.97%
GREEN value IS 97 (38.28% from 255) = 60.25%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=4.97%
G=60.25%
B=34.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897560.9200.420.62152.3684.7620.59
Hex861385C02A3E985515
Octal10141701340527623012525
Binary100011000011110001011100010101011111010011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086138; }

 p { color: rgb(8,97,56); }

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

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

 a { background-color: rgb(8,97,56); }

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

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

 span { border-color: rgb(8,97,56); }

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