Html Css Color HEX #8C9600 Olive

📋 copy color: '#8C9600'

red 140 ◦ green 150 ◦ blue 0

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

Shades of Olive #8C9600

Tints of Olive #8C9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.72%

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

R = 48.28%
G = 51.72%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#8C9600 (or 0x8C9600) is known color: Olive. HEX triplet: 8C, 96 and 00. RGB value is (140,150,0). Sum of RGB (Red+Green+Blue) = 140+150+0=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9600 is #7369FF. Grayscale: #828282. Windows color (decimal): -7563776 or 38540. OLE color: 38540.

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

Color convert

RGB 140 150 0 -
CMYK 0.07 0 1 0.41
HSL 64º 1% 0.29% -
HSV(B) 64º 1% 0.59% -
XYZ 21.72 27.39 4.14 -
YUV 129.91 54.69 135.2 -
System Red Green Blue C M Y K H S L
Decimal 140 150 0 0.07 0 1 0.41 64 1 0.29
Hex 8C 96 0 7 0 64 29 40 64 1D
Octal 214 226 0 7 0 144 51 100 144 35
Binary 10001100 10010110 0 111 0 1100100 101001 1000000 1100100 11101

Color Harmonies of #8C9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9600

Black with #8C9600

Text Example


Text Example

White with #8C9600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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