Html Css Color HEX #8C890A Olive

📋 copy color: '#8C890A'

red 140 ◦ green 137 ◦ blue 10

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

Shades of Olive #8C890A

Tints of Olive #8C890A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 48.78%
G = 47.74%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8C890A (or 0x8C890A) is known color: Olive. HEX triplet: 8C, 89 and 0A. RGB value is (140,137,10). Sum of RGB (Red+Green+Blue) = 140+137+10=287 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.78% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 140 - color contains mainly: red. Hex color #8C890A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C890A is #7376F5. Grayscale: #7B7B7B. Windows color (decimal): -7567094 or 690572. OLE color: 690572.

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

Color convert

RGB 140 137 10 -
CMYK 0 0.02 0.93 0.45
HSL 58.62º 0.87% 0.29% -
HSV(B) 58.62º 0.93% 0.55% -
XYZ 19.82 23.49 3.78 -
YUV 123.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 140 137 10 0 0.02 0.93 0.45 58.62 0.87 0.29
Hex 8C 89 A 0 2 5D 2D 3B 57 1D
Octal 214 211 12 0 2 135 55 73 127 35
Binary 10001100 10001001 1010 0 10 1011101 101101 111011 1010111 11101

Color Harmonies of #8C890A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C890A

Black with #8C890A

Text Example


Text Example

White with #8C890A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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