Html Css Color HEX #087400 Green

📋 copy color: '#087400'

red 8 ◦ green 116 ◦ blue 0

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

Shades of Green #087400

Tints of Green #087400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 93.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.45%
G = 93.55%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#087400 (or 0x087400) is known color: Green. HEX triplet: 08, 74 and 00. RGB value is (8,116,0). Sum of RGB (Red+Green+Blue) = 8+116+0=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 116 (45.70% from 255 or 93.55% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 116 - color contains mainly: green. Hex color #087400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087400 is #F78BFF. Grayscale: #464646. Windows color (decimal): -16223232 or 29704. OLE color: 29704.

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

Color convert

RGB 8 116 0 -
CMYK 0.93 0 1 0.55
HSL 115.86º 1% 0.23% -
HSV(B) 115.86º 1% 0.45% -
XYZ 6.35 12.54 2.09 -
YUV 70.48 88.22 83.43 -
System Red Green Blue C M Y K H S L
Decimal 8 116 0 0.93 0 1 0.55 115.86 1 0.23
Hex 8 74 0 5D 0 64 37 74 64 17
Octal 10 164 0 135 0 144 67 164 144 27
Binary 1000 1110100 0 1011101 0 1100100 110111 1110100 1100100 10111

Color Harmonies of #087400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087400

Black with #087400

Text Example


Text Example

White with #087400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087400; }

 p { color: rgb(8,116,0); }

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

background-color css

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

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

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

border-color css

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

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

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