Html Css Color HEX #8C7704 Olive

📋 copy color: '#8C7704'

red 140 ◦ green 119 ◦ blue 4

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

Shades of Olive #8C7704

Tints of Olive #8C7704

RGB

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

 GREEN value IS 119 (46.88% from 255) = 45.25%

 BLUE value IS 4 (1.95% from 255) = 1.52%

R = 53.23%
G = 45.25%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8C7704 (or 0x8C7704) is known color: Olive. HEX triplet: 8C, 77 and 04. RGB value is (140,119,4). Sum of RGB (Red+Green+Blue) = 140+119+4=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 4 (1.95% from 255 or 1.52% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7704 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7704 is #7388FB. Grayscale: #707070. Windows color (decimal): -7571708 or 292748. OLE color: 292748.

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

Color convert

RGB 140 119 4 -
CMYK 0 0.15 0.97 0.45
HSL 50.74º 0.94% 0.28% -
HSV(B) 50.74º 0.97% 0.55% -
XYZ 17.43 18.78 2.82 -
YUV 112.17 66.96 147.85 -
System Red Green Blue C M Y K H S L
Decimal 140 119 4 0 0.15 0.97 0.45 50.74 0.94 0.28
Hex 8C 77 4 0 F 61 2D 33 5E 1C
Octal 214 167 4 0 17 141 55 63 136 34
Binary 10001100 1110111 100 0 1111 1100001 101101 110011 1011110 11100

Color Harmonies of #8C7704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7704

Black with #8C7704

Text Example


Text Example

White with #8C7704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,119,4); }

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

background-color css

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

 a { background-color: rgb(140,119,4); }

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

border-color css

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

 span { border-color: rgb(140,119,4); }

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