Html Css Color HEX #8C8909 Olive

📋 copy color: '#8C8909'

red 140 ◦ green 137 ◦ blue 9

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

Shades of Olive #8C8909

Tints of Olive #8C8909

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.9%

 BLUE value IS 9 (3.91% from 255) = 3.15%

R = 48.95%
G = 47.9%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C8909 (or 0x8C8909) is known color: Olive. HEX triplet: 8C, 89 and 09. RGB value is (140,137,9). Sum of RGB (Red+Green+Blue) = 140+137+9=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 137 (53.91% from 255 or 47.90% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8909 is #7376F6. Grayscale: #7B7B7B. Windows color (decimal): -7567095 or 625036. OLE color: 625036.

HSL color Cylindrical-coordinate representation of color #8C8909: hue angle of 58.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C8909 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 137 9 -
CMYK 0 0.02 0.94 0.45
HSL 58.63º 0.88% 0.29% -
HSV(B) 58.63º 0.94% 0.55% -
XYZ 19.81 23.49 3.75 -
YUV 123.31 63.49 139.91 -
System Red Green Blue C M Y K H S L
Decimal 140 137 9 0 0.02 0.94 0.45 58.63 0.88 0.29
Hex 8C 89 9 0 2 5E 2D 3B 58 1D
Octal 214 211 11 0 2 136 55 73 130 35
Binary 10001100 10001001 1001 0 10 1011110 101101 111011 1011000 11101

Color Harmonies of #8C8909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8909

Black with #8C8909

Text Example


Text Example

White with #8C8909

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,137,9); }

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

background-color css

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

 a { background-color: rgb(140,137,9); }

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

border-color css

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

 span { border-color: rgb(140,137,9); }

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