Html Css Color HEX #8C9500 Olive

📋 copy color: '#8C9500'

red 140 ◦ green 149 ◦ blue 0

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

Shades of Olive #8C9500

Tints of Olive #8C9500

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.56%

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

R = 48.44%
G = 51.56%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#8C9500 (or 0x8C9500) is known color: Olive. HEX triplet: 8C, 95 and 00. RGB value is (140,149,0). Sum of RGB (Red+Green+Blue) = 140+149+0=289 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.44% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #8C9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9500 is #736AFF. Grayscale: #818181. Windows color (decimal): -7564032 or 38284. OLE color: 38284.

HSL color Cylindrical-coordinate representation of color #8C9500: hue angle of 63.62º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8C9500 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 140 149 0 -
CMYK 0.06 0 1 0.42
HSL 63.62º 1% 0.29% -
HSV(B) 63.62º 1% 0.58% -
XYZ 21.56 27.07 4.09 -
YUV 129.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 140 149 0 0.06 0 1 0.42 63.62 1 0.29
Hex 8C 95 0 6 0 64 2A 40 64 1D
Octal 214 225 0 6 0 144 52 100 144 35
Binary 10001100 10010101 0 110 0 1100100 101010 1000000 1100100 11101

Color Harmonies of #8C9500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9500

Black with #8C9500

Text Example


Text Example

White with #8C9500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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