Html Css Color HEX #087201 Green

📋 copy color: '#087201'

red 8 ◦ green 114 ◦ blue 1

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

Shades of Green #087201

Tints of Green #087201

RGB

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

 GREEN value IS 114 (44.92% from 255) = 92.68%

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

R = 6.5%
G = 92.68%
B = 0.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#087201 (or 0x087201) is known color: Green. HEX triplet: 08, 72 and 01. RGB value is (8,114,1). Sum of RGB (Red+Green+Blue) = 8+114+1=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 114 (44.92% from 255 or 92.68% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 114 - color contains mainly: green. Hex color #087201 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087201 is #F78DFE. Grayscale: #454545. Windows color (decimal): -16223743 or 94728. OLE color: 94728.

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

Color convert

RGB 8 114 1 -
CMYK 0.93 0 0.99 0.55
HSL 116.28º 0.98% 0.23% -
HSV(B) 116.28º 0.99% 0.45% -
XYZ 6.12 12.09 2.04 -
YUV 69.42 89.38 84.19 -
System Red Green Blue C M Y K H S L
Decimal 8 114 1 0.93 0 0.99 0.55 116.28 0.98 0.23
Hex 8 72 1 5D 0 63 37 74 62 17
Octal 10 162 1 135 0 143 67 164 142 27
Binary 1000 1110010 1 1011101 0 1100011 110111 1110100 1100010 10111

Color Harmonies of #087201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087201

Black with #087201

Text Example


Text Example

White with #087201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087201; }

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

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

background-color css

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

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

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

border-color css

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

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

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