Html Css Color HEX #087300 Green

📋 copy color: '#087300'

red 8 ◦ green 115 ◦ blue 0

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

Shades of Green #087300

Tints of Green #087300

RGB

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

 GREEN value IS 115 (45.31% from 255) = 93.5%

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

R = 6.5%
G = 93.5%
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

#087300 (or 0x087300) is known color: Green. HEX triplet: 08, 73 and 00. RGB value is (8,115,0). Sum of RGB (Red+Green+Blue) = 8+115+0=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 115 (45.31% from 255 or 93.50% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 115 - color contains mainly: green. Hex color #087300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #087300 is #F78CFF. Grayscale: #464646. Windows color (decimal): -16223488 or 29448. OLE color: 29448.

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

Color convert

RGB 8 115 0 -
CMYK 0.93 0 1 0.55
HSL 115.83º 1% 0.23% -
HSV(B) 115.83º 1% 0.45% -
XYZ 6.23 12.31 2.05 -
YUV 69.9 88.55 83.85 -
System Red Green Blue C M Y K H S L
Decimal 8 115 0 0.93 0 1 0.55 115.83 1 0.23
Hex 8 73 0 5D 0 64 37 74 64 17
Octal 10 163 0 135 0 144 67 164 144 27
Binary 1000 1110011 0 1011101 0 1100100 110111 1110100 1100100 10111

Color Harmonies of #087300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087300

Black with #087300

Text Example


Text Example

White with #087300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087300; }

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

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

background-color css

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

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

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

border-color css

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

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

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