Html Css Color HEX #087000 Green

📋 copy color: '#087000'

red 8 ◦ green 112 ◦ blue 0

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

Shades of Green #087000

Tints of Green #087000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 93.33%

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

R = 6.67%
G = 93.33%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#087000 (or 0x087000) is known color: Green. HEX triplet: 08, 70 and 00. RGB value is (8,112,0). Sum of RGB (Red+Green+Blue) = 8+112+0=120 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.67% from 120); Green value is 112 (44.14% from 255 or 93.33% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 112 - color contains mainly: green. Hex color #087000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087000 is #F78FFF. Grayscale: #444444. Windows color (decimal): -16224256 or 28680. OLE color: 28680.

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

Color convert

RGB 8 112 0 -
CMYK 0.93 0 1 0.56
HSL 115.71º 1% 0.22% -
HSV(B) 115.71º 1% 0.44% -
XYZ 5.89 11.64 1.94 -
YUV 68.14 89.54 85.11 -
System Red Green Blue C M Y K H S L
Decimal 8 112 0 0.93 0 1 0.56 115.71 1 0.22
Hex 8 70 0 5D 0 64 38 74 64 16
Octal 10 160 0 135 0 144 70 164 144 26
Binary 1000 1110000 0 1011101 0 1100100 111000 1110100 1100100 10110

Color Harmonies of #087000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087000

Black with #087000

Text Example


Text Example

White with #087000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087000; }

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

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

background-color css

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

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

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

border-color css

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

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

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