Html Css Color HEX #087205 Green

📋 copy color: '#087205'

red 8 ◦ green 114 ◦ blue 5

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

Shades of Green #087205

Tints of Green #087205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 89.76%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 6.3%
G = 89.76%
B = 3.94%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#087205 (or 0x087205) is known color: Green. HEX triplet: 08, 72 and 05. RGB value is (8,114,5). Sum of RGB (Red+Green+Blue) = 8+114+5=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 114 (44.92% from 255 or 89.76% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 114 - color contains mainly: green. Hex color #087205 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087205 is #F78DFA. Grayscale: #464646. Windows color (decimal): -16223739 or 356872. OLE color: 356872.

HSL color Cylindrical-coordinate representation of color #087205: hue angle of 118.35º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #087205 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 8 114 5 -
CMYK 0.93 0 0.96 0.55
HSL 118.35º 0.92% 0.23% -
HSV(B) 118.35º 0.96% 0.45% -
XYZ 6.14 12.1 2.15 -
YUV 69.88 91.38 83.86 -
System Red Green Blue C M Y K H S L
Decimal 8 114 5 0.93 0 0.96 0.55 118.35 0.92 0.23
Hex 8 72 5 5D 0 60 37 76 5C 17
Octal 10 162 5 135 0 140 67 166 134 27
Binary 1000 1110010 101 1011101 0 1100000 110111 1110110 1011100 10111

Color Harmonies of #087205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087205

Black with #087205

Text Example


Text Example

White with #087205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087205; }

 p { color: rgb(8,114,5); }

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

background-color css

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

 a { background-color: rgb(8,114,5); }

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

border-color css

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

 span { border-color: rgb(8,114,5); }

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