Html Css Color HEX #087414 Green

📋 copy color: '#087414'

red 8 ◦ green 116 ◦ blue 20

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

Shades of Green #087414

Tints of Green #087414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.89%

R = 5.56%
G = 80.56%
B = 13.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#087414 (or 0x087414) is known color: Green. HEX triplet: 08, 74 and 14. RGB value is (8,116,20). Sum of RGB (Red+Green+Blue) = 8+116+20=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 116 (45.70% from 255 or 80.56% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 116 - color contains mainly: green. Hex color #087414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087414 is #F78BEB. Grayscale: #494949. Windows color (decimal): -16223212 or 1340424. OLE color: 1340424.

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

Color convert

RGB 8 116 20 -
CMYK 0.93 0 0.83 0.55
HSL 126.67º 0.87% 0.24% -
HSV(B) 126.67º 0.93% 0.45% -
XYZ 6.47 12.59 2.75 -
YUV 72.76 98.22 81.81 -
System Red Green Blue C M Y K H S L
Decimal 8 116 20 0.93 0 0.83 0.55 126.67 0.87 0.24
Hex 8 74 14 5D 0 53 37 7F 57 18
Octal 10 164 24 135 0 123 67 177 127 30
Binary 1000 1110100 10100 1011101 0 1010011 110111 1111111 1010111 11000

Color Harmonies of #087414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087414

Black with #087414

Text Example


Text Example

White with #087414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087414; }

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

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

background-color css

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

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

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

border-color css

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

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

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