Html Css Color HEX #746D0A Olive

📋 copy color: '#746D0A'

red 116 ◦ green 109 ◦ blue 10

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

Shades of Olive #746D0A

Tints of Olive #746D0A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.38%

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

R = 49.36%
G = 46.38%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#746D0A (or 0x746D0A) is known color: Olive. HEX triplet: 74, 6D and 0A. RGB value is (116,109,10). Sum of RGB (Red+Green+Blue) = 116+109+10=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 109 (42.97% from 255 or 46.38% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D0A is #8B92F5. Grayscale: #646464. Windows color (decimal): -9147126 or 683380. OLE color: 683380.

HSL color Cylindrical-coordinate representation of color #746D0A: hue angle of 56.04º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #746D0A is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 109 10 -
CMYK 0 0.06 0.91 0.55
HSL 56.04º 0.84% 0.25% -
HSV(B) 56.04º 0.91% 0.45% -
XYZ 12.73 14.67 2.45 -
YUV 99.81 77.32 139.55 -
System Red Green Blue C M Y K H S L
Decimal 116 109 10 0 0.06 0.91 0.55 56.04 0.84 0.25
Hex 74 6D A 0 6 5B 37 38 54 19
Octal 164 155 12 0 6 133 67 70 124 31
Binary 1110100 1101101 1010 0 110 1011011 110111 111000 1010100 11001

Color Harmonies of #746D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D0A

Black with #746D0A

Text Example


Text Example

White with #746D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,109,10); }

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

background-color css

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

 a { background-color: rgb(116,109,10); }

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

border-color css

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

 span { border-color: rgb(116,109,10); }

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