Html Css Color HEX #087508 Green

📋 copy color: '#087508'

red 8 ◦ green 117 ◦ blue 8

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

Shades of Green #087508

Tints of Green #087508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.02%

R = 6.02%
G = 87.97%
B = 6.02%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#087508 (or 0x087508) is known color: Green. HEX triplet: 08, 75 and 08. RGB value is (8,117,8). Sum of RGB (Red+Green+Blue) = 8+117+8=133 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.02% from 133); Green value is 117 (46.09% from 255 or 87.97% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 117 - color contains mainly: green. Hex color #087508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087508 is #F78AF7. Grayscale: #484848. Windows color (decimal): -16222968 or 554248. OLE color: 554248.

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

Color convert

RGB 8 117 8 -
CMYK 0.93 0 0.93 0.54
HSL 120º 0.87% 0.25% -
HSV(B) 120º 0.93% 0.46% -
XYZ 6.51 12.79 2.36 -
YUV 71.98 91.89 82.36 -
System Red Green Blue C M Y K H S L
Decimal 8 117 8 0.93 0 0.93 0.54 120 0.87 0.25
Hex 8 75 8 5D 0 5D 36 78 57 19
Octal 10 165 10 135 0 135 66 170 127 31
Binary 1000 1110101 1000 1011101 0 1011101 110110 1111000 1010111 11001

Color Harmonies of #087508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087508

Black with #087508

Text Example


Text Example

White with #087508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087508; }

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

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

background-color css

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

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

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

border-color css

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

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

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