Html Css Color HEX #746607 Olive

📋 copy color: '#746607'

red 116 ◦ green 102 ◦ blue 7

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

Shades of Olive #746607

Tints of Olive #746607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 45.33%

 BLUE value IS 7 (3.13% from 255) = 3.11%

R = 51.56%
G = 45.33%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#746607 (or 0x746607) is known color: Olive. HEX triplet: 74, 66 and 07. RGB value is (116,102,7). Sum of RGB (Red+Green+Blue) = 116+102+7=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #746607 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746607 is #8B99F8. Grayscale: #5F5F5F. Windows color (decimal): -9148921 or 484980. OLE color: 484980.

HSL color Cylindrical-coordinate representation of color #746607: hue angle of 52.29º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #746607 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 7 -
CMYK 0 0.12 0.94 0.55
HSL 52.29º 0.89% 0.24% -
HSV(B) 52.29º 0.94% 0.45% -
XYZ 11.99 13.23 2.12 -
YUV 95.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 116 102 7 0 0.12 0.94 0.55 52.29 0.89 0.24
Hex 74 66 7 0 C 5E 37 34 59 18
Octal 164 146 7 0 14 136 67 64 131 30
Binary 1110100 1100110 111 0 1100 1011110 110111 110100 1011001 11000

Color Harmonies of #746607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746607

Black with #746607

Text Example


Text Example

White with #746607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746607; }

 p { color: rgb(116,102,7); }

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

background-color css

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

 a { background-color: rgb(116,102,7); }

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

border-color css

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

 span { border-color: rgb(116,102,7); }

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