Html Css Color HEX #087501 Green

📋 copy color: '#087501'

red 8 ◦ green 117 ◦ blue 1

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

Shades of Green #087501

Tints of Green #087501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.79%

R = 6.35%
G = 92.86%
B = 0.79%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#087501 (or 0x087501) is known color: Green. HEX triplet: 08, 75 and 01. RGB value is (8,117,1). Sum of RGB (Red+Green+Blue) = 8+117+1=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 117 (46.09% from 255 or 92.86% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 117 - color contains mainly: green. Hex color #087501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087501 is #F78AFE. Grayscale: #474747. Windows color (decimal): -16222975 or 95496. OLE color: 95496.

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

Color convert

RGB 8 117 1 -
CMYK 0.93 0 0.99 0.54
HSL 116.38º 0.98% 0.23% -
HSV(B) 116.38º 0.99% 0.46% -
XYZ 6.47 12.78 2.15 -
YUV 71.19 88.39 82.93 -
System Red Green Blue C M Y K H S L
Decimal 8 117 1 0.93 0 0.99 0.54 116.38 0.98 0.23
Hex 8 75 1 5D 0 63 36 74 62 17
Octal 10 165 1 135 0 143 66 164 142 27
Binary 1000 1110101 1 1011101 0 1100011 110110 1110100 1100010 10111

Color Harmonies of #087501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087501

Black with #087501

Text Example


Text Example

White with #087501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087501; }

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

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

background-color css

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

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

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

border-color css

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

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

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