Html Css Color HEX #085E04 Green

📋 copy color: '#085E04'

red 8 ◦ green 94 ◦ blue 4

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

Shades of Green #085E04

Tints of Green #085E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 88.68%

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 7.55%
G = 88.68%
B = 3.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#085E04 (or 0x085E04) is known color: Green. HEX triplet: 08, 5E and 04. RGB value is (8,94,4). Sum of RGB (Red+Green+Blue) = 8+94+4=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 94 (37.11% from 255 or 88.68% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 94 - color contains mainly: green. Hex color #085E04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085E04 is #F7A1FB. Grayscale: #3A3A3A. Windows color (decimal): -16228860 or 286216. OLE color: 286216.

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

Color convert

RGB 8 94 4 -
CMYK 0.91 0 0.96 0.63
HSL 117.33º 0.92% 0.19% -
HSV(B) 117.33º 0.96% 0.37% -
XYZ 4.12 8.07 1.45 -
YUV 58.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 8 94 4 0.91 0 0.96 0.63 117.33 0.92 0.19
Hex 8 5E 4 5B 0 60 3F 75 5C 13
Octal 10 136 4 133 0 140 77 165 134 23
Binary 1000 1011110 100 1011011 0 1100000 111111 1110101 1011100 10011

Color Harmonies of #085E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085E04

Black with #085E04

Text Example


Text Example

White with #085E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,94,4); }

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

background-color css

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

 a { background-color: rgb(8,94,4); }

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

border-color css

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

 span { border-color: rgb(8,94,4); }

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