Html Css Color HEX #8C7402 Olive

📋 copy color: '#8C7402'

red 140 ◦ green 116 ◦ blue 2

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

Shades of Olive #8C7402

Tints of Olive #8C7402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 44.96%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 54.26%
G = 44.96%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.45

RGB Variations

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

Color information

#8C7402 (or 0x8C7402) is known color: Olive. HEX triplet: 8C, 74 and 02. RGB value is (140,116,2). Sum of RGB (Red+Green+Blue) = 140+116+2=258 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.26% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 2 (1.17% from 255 or 0.78% from 258); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7402 is #738BFD. Grayscale: #6E6E6E. Windows color (decimal): -7572478 or 160908. OLE color: 160908.

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

Color convert

RGB 140 116 2 -
CMYK 0 0.17 0.99 0.45
HSL 49.57º 0.97% 0.28% -
HSV(B) 49.57º 0.99% 0.55% -
XYZ 17.07 18.07 2.65 -
YUV 110.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 140 116 2 0 0.17 0.99 0.45 49.57 0.97 0.28
Hex 8C 74 2 0 11 63 2D 32 61 1C
Octal 214 164 2 0 21 143 55 62 141 34
Binary 10001100 1110100 10 0 10001 1100011 101101 110010 1100001 11100

Color Harmonies of #8C7402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7402

Black with #8C7402

Text Example


Text Example

White with #8C7402

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,116,2); }

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

background-color css

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

 a { background-color: rgb(140,116,2); }

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

border-color css

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

 span { border-color: rgb(140,116,2); }

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