Html Css Color HEX #087614 Green

📋 copy color: '#087614'

red 8 ◦ green 118 ◦ blue 20

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

Shades of Green #087614

Tints of Green #087614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 80.82%

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

R = 5.48%
G = 80.82%
B = 13.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#087614 (or 0x087614) is known color: Green. HEX triplet: 08, 76 and 14. RGB value is (8,118,20). Sum of RGB (Red+Green+Blue) = 8+118+20=146 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.48% from 146); Green value is 118 (46.48% from 255 or 80.82% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 118 - color contains mainly: green. Hex color #087614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087614 is #F789EB. Grayscale: #4A4A4A. Windows color (decimal): -16222700 or 1340936. OLE color: 1340936.

HSL color Cylindrical-coordinate representation of color #087614: hue angle of 126.55º 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 #087614 is Cyan = 0.93, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 8 118 20 -
CMYK 0.93 0 0.83 0.54
HSL 126.55º 0.87% 0.25% -
HSV(B) 126.55º 0.93% 0.46% -
XYZ 6.7 13.06 2.83 -
YUV 73.94 97.56 80.97 -
System Red Green Blue C M Y K H S L
Decimal 8 118 20 0.93 0 0.83 0.54 126.55 0.87 0.25
Hex 8 76 14 5D 0 53 36 7F 57 19
Octal 10 166 24 135 0 123 66 177 127 31
Binary 1000 1110110 10100 1011101 0 1010011 110110 1111111 1010111 11001

Color Harmonies of #087614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087614

Black with #087614

Text Example


Text Example

White with #087614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087614; }

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

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

background-color css

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

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

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

border-color css

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

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

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