Html Css Color HEX #746C0C Olive

📋 copy color: '#746C0C'

red 116 ◦ green 108 ◦ blue 12

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

Shades of Olive #746C0C

Tints of Olive #746C0C

RGB

 RED value IS 116 (45.7% from 255) = 49.15%

 GREEN value IS 108 (42.58% from 255) = 45.76%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 49.15%
G = 45.76%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#746C0C (or 0x746C0C) is known color: Olive. HEX triplet: 74, 6C and 0C. RGB value is (116,108,12). Sum of RGB (Red+Green+Blue) = 116+108+12=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C0C is #8B93F3. Grayscale: #636363. Windows color (decimal): -9147380 or 814196. OLE color: 814196.

HSL color Cylindrical-coordinate representation of color #746C0C: hue angle of 55.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #746C0C is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 108 12 -
CMYK 0 0.07 0.90 0.55
HSL 55.38º 0.81% 0.25% -
HSV(B) 55.38º 0.9% 0.45% -
XYZ 12.63 14.46 2.47 -
YUV 99.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 116 108 12 0 0.07 0.90 0.55 55.38 0.81 0.25
Hex 74 6C C 0 7 5A 37 37 51 19
Octal 164 154 14 0 7 132 67 67 121 31
Binary 1110100 1101100 1100 0 111 1011010 110111 110111 1010001 11001

Color Harmonies of #746C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C0C

Black with #746C0C

Text Example


Text Example

White with #746C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746C0C; }

 p { color: rgb(116,108,12); }

 H1.HeaderClassName
 {
   color: #746C0C;
 }
 .AnyTagClassName
 {
   color: #746C0C;
 }
</style>

background-color css

<style>
 a { background-color: #746C0C; }

 a { background-color: rgb(116,108,12); }

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

border-color css

<style>
 span { border-color: #746C0C; }

 span { border-color: rgb(116,108,12); }

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