Html Css Color HEX #8C9000 Olive

📋 copy color: '#8C9000'

red 140 ◦ green 144 ◦ blue 0

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

Shades of Olive #8C9000

Tints of Olive #8C9000

RGB

 RED value IS 140 (55.08% from 255) = 49.3%

 GREEN value IS 144 (56.64% from 255) = 50.7%

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

R = 49.3%
G = 50.7%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#8C9000 (or 0x8C9000) is known color: Olive. HEX triplet: 8C, 90 and 00. RGB value is (140,144,0). Sum of RGB (Red+Green+Blue) = 140+144+0=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #8C9000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9000 is #736FFF. Grayscale: #7E7E7E. Windows color (decimal): -7565312 or 37004. OLE color: 37004.

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

Color convert

RGB 140 144 0 -
CMYK 0.03 0 1 0.44
HSL 61.67º 1% 0.28% -
HSV(B) 61.67º 1% 0.56% -
XYZ 20.79 25.52 3.83 -
YUV 126.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 140 144 0 0.03 0 1 0.44 61.67 1 0.28
Hex 8C 90 0 3 0 64 2C 3E 64 1C
Octal 214 220 0 3 0 144 54 76 144 34
Binary 10001100 10010000 0 11 0 1100100 101100 111110 1100100 11100

Color Harmonies of #8C9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9000

Black with #8C9000

Text Example


Text Example

White with #8C9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9000; }

 p { color: rgb(140,144,0); }

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

background-color css

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

 a { background-color: rgb(140,144,0); }

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

border-color css

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

 span { border-color: rgb(140,144,0); }

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