Html Css Color HEX #746604 Olive

📋 copy color: '#746604'

red 116 ◦ green 102 ◦ blue 4

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

Shades of Olive #746604

Tints of Olive #746604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.8%

R = 52.25%
G = 45.95%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746604 (or 0x746604) is known color: Olive. HEX triplet: 74, 66 and 04. RGB value is (116,102,4). Sum of RGB (Red+Green+Blue) = 116+102+4=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746604 is #8B99FB. Grayscale: #5F5F5F. Windows color (decimal): -9148924 or 288372. OLE color: 288372.

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

Color convert

RGB 116 102 4 -
CMYK 0 0.12 0.97 0.55
HSL 52.5º 0.93% 0.24% -
HSV(B) 52.5º 0.97% 0.45% -
XYZ 11.98 13.22 2.04 -
YUV 95.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 116 102 4 0 0.12 0.97 0.55 52.5 0.93 0.24
Hex 74 66 4 0 C 61 37 34 5D 18
Octal 164 146 4 0 14 141 67 64 135 30
Binary 1110100 1100110 100 0 1100 1100001 110111 110100 1011101 11000

Color Harmonies of #746604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746604

Black with #746604

Text Example


Text Example

White with #746604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746604; }

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

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

background-color css

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

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

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

border-color css

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

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

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