Html Css Color HEX #8C7605 Olive

📋 copy color: '#8C7605'

red 140 ◦ green 118 ◦ blue 5

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

Shades of Olive #8C7605

Tints of Olive #8C7605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

 BLUE value IS 5 (2.34% from 255) = 1.9%

R = 53.23%
G = 44.87%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8C7605 (or 0x8C7605) is known color: Olive. HEX triplet: 8C, 76 and 05. RGB value is (140,118,5). Sum of RGB (Red+Green+Blue) = 140+118+5=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7605 is #7389FA. Grayscale: #707070. Windows color (decimal): -7571963 or 358028. OLE color: 358028.

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

Color convert

RGB 140 118 5 -
CMYK 0 0.16 0.96 0.45
HSL 50.22º 0.93% 0.28% -
HSV(B) 50.22º 0.96% 0.55% -
XYZ 17.32 18.54 2.81 -
YUV 111.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 140 118 5 0 0.16 0.96 0.45 50.22 0.93 0.28
Hex 8C 76 5 0 10 60 2D 32 5D 1C
Octal 214 166 5 0 20 140 55 62 135 34
Binary 10001100 1110110 101 0 10000 1100000 101101 110010 1011101 11100

Color Harmonies of #8C7605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7605

Black with #8C7605

Text Example


Text Example

White with #8C7605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,118,5); }

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

background-color css

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

 a { background-color: rgb(140,118,5); }

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

border-color css

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

 span { border-color: rgb(140,118,5); }

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