Html Css Color HEX #085F33 Fun Green

📋 copy color: '#085F33'

red 8 ◦ green 95 ◦ blue 51

#085F33
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Green #085F33

Tints of Fun Green #085F33

RGB

 RED value IS 8 (3.52% from 255) = 5.19%

 GREEN value IS 95 (37.5% from 255) = 61.69%

 BLUE value IS 51 (20.31% from 255) = 33.12%

R = 5.19%
G = 61.69%
B = 33.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.63

RGB Variations

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

Color information

#085F33 (or 0x085F33) is known color: Fun Green. HEX triplet: 08, 5F and 33. RGB value is (8,95,51). Sum of RGB (Red+Green+Blue) = 8+95+51=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 95 (37.5% from 255 or 61.69% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 95 - color contains mainly: green. Hex color #085F33 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #085F33 is #F7A0CC. Grayscale: #404040. Windows color (decimal): -16228557 or 3366664. OLE color: 3366664.

HSL color Cylindrical-coordinate representation of color #085F33: hue angle of 149.66º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #085F33 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.63.

Color convert

RGB 8 95 51 -
CMYK 0.92 0 0.46 0.63
HSL 149.66º 0.84% 0.2% -
HSV(B) 149.66º 0.92% 0.37% -
XYZ 4.79 8.48 4.52 -
YUV 63.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 8 95 51 0.92 0 0.46 0.63 149.66 0.84 0.2
Hex 8 5F 33 5C 0 2E 3F 96 54 14
Octal 10 137 63 134 0 56 77 226 124 24
Binary 1000 1011111 110011 1011100 0 101110 111111 10010110 1010100 10100

Color Harmonies of #085F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085F33

Black with #085F33

Text Example


Text Example

White with #085F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085F33; }

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

 H1.HeaderClassName
 {
   color: #085F33;
 }
 .AnyTagClassName
 {
   color: #085F33;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #085F33;
 }
 .BgClassName
 {
   background-color: #085F33;
 }
</style>

border-color css

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

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

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