#086238

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

Shades of Fun Green #086238

Tints of Fun Green #086238

Color information

#086238 (or 0x086238) is unknown color: approx Fun Green. HEX triplet: 08, 62 and 38. RGB value is (8,98,56). Sum of RGB (Red+Green+Blue) = 8+98+56=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 98 (38.67% from 255 or 60.49% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 98 - color contains mainly: green. Hex color #086238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #086238 is #F79DC7. Grayscale: #424242. Windows color (decimal): -16227784 or 3695112. OLE color: 3695112.

HSL color Cylindrical-coordinate representation of color #086238: hue angle of 152º 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 #086238 is Cyan = 0.92, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB89856-
CMYK0.9200.430.62
HSL152º84.91%20.78%-
HSV(B)152º91.84%38.43%-
XYZ5.189.075.22-
YUV66.3122.1886.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 98 (38.67% from 255) = 60.49%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=4.94%
G=60.49%
B=34.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal898560.9200.430.6215284.9120.78
Hex862385C02B3E985515
Octal10142701340537623012525
Binary100011000101110001011100010101111111010011000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086238; }

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

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

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

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

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

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

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

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