Html Css Color HEX #085804 Green

📋 copy color: '#085804'

red 8 ◦ green 88 ◦ blue 4

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

Shades of Green #085804

Tints of Green #085804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 88%

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

R = 8%
G = 88%
B = 4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.95

 K value IS 0.65

RGB Variations

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

Color information

#085804 (or 0x085804) is known color: Green. HEX triplet: 08, 58 and 04. RGB value is (8,88,4). Sum of RGB (Red+Green+Blue) = 8+88+4=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 88 (34.77% from 255 or 88% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 88 - color contains mainly: green. Hex color #085804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085804 is #F7A7FB. Grayscale: #363636. Windows color (decimal): -16230396 or 284680. OLE color: 284680.

HSL color Cylindrical-coordinate representation of color #085804: hue angle of 117.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #085804 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 4 -
CMYK 0.91 0 0.95 0.65
HSL 117.14º 0.91% 0.18% -
HSV(B) 117.14º 0.95% 0.35% -
XYZ 3.61 7.04 1.28 -
YUV 54.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 8 88 4 0.91 0 0.95 0.65 117.14 0.91 0.18
Hex 8 58 4 5B 0 5F 41 75 5B 12
Octal 10 130 4 133 0 137 101 165 133 22
Binary 1000 1011000 100 1011011 0 1011111 1000001 1110101 1011011 10010

Color Harmonies of #085804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085804

Black with #085804

Text Example


Text Example

White with #085804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085804; }

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

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

background-color css

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

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

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

border-color css

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

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

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