Html Css Color HEX #087505 Green

📋 copy color: '#087505'

red 8 ◦ green 117 ◦ blue 5

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

Shades of Green #087505

Tints of Green #087505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 90%

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

R = 6.15%
G = 90%
B = 3.85%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#087505 (or 0x087505) is known color: Green. HEX triplet: 08, 75 and 05. RGB value is (8,117,5). Sum of RGB (Red+Green+Blue) = 8+117+5=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 117 (46.09% from 255 or 90% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 117 - color contains mainly: green. Hex color #087505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087505 is #F78AFA. Grayscale: #474747. Windows color (decimal): -16222971 or 357640. OLE color: 357640.

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

Color convert

RGB 8 117 5 -
CMYK 0.93 0 0.96 0.54
HSL 118.39º 0.92% 0.24% -
HSV(B) 118.39º 0.96% 0.46% -
XYZ 6.49 12.79 2.27 -
YUV 71.64 90.39 82.61 -
System Red Green Blue C M Y K H S L
Decimal 8 117 5 0.93 0 0.96 0.54 118.39 0.92 0.24
Hex 8 75 5 5D 0 60 36 76 5C 18
Octal 10 165 5 135 0 140 66 166 134 30
Binary 1000 1110101 101 1011101 0 1100000 110110 1110110 1011100 11000

Color Harmonies of #087505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087505

Black with #087505

Text Example


Text Example

White with #087505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087505; }

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

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

background-color css

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

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

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

border-color css

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

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

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