Html Css Color HEX #746802 Olive

📋 copy color: '#746802'

red 116 ◦ green 104 ◦ blue 2

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

Shades of Olive #746802

Tints of Olive #746802

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.85%

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

R = 52.25%
G = 46.85%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#746802 (or 0x746802) is known color: Olive. HEX triplet: 74, 68 and 02. RGB value is (116,104,2). Sum of RGB (Red+Green+Blue) = 116+104+2=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #746802 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746802 is #8B97FD. Grayscale: #606060. Windows color (decimal): -9148414 or 157812. OLE color: 157812.

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

Color convert

RGB 116 104 2 -
CMYK 0 0.10 0.98 0.55
HSL 53.68º 0.97% 0.23% -
HSV(B) 53.68º 0.98% 0.45% -
XYZ 12.16 13.62 2.04 -
YUV 95.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 116 104 2 0 0.10 0.98 0.55 53.68 0.97 0.23
Hex 74 68 2 0 A 62 37 36 61 17
Octal 164 150 2 0 12 142 67 66 141 27
Binary 1110100 1101000 10 0 1010 1100010 110111 110110 1100001 10111

Color Harmonies of #746802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746802

Black with #746802

Text Example


Text Example

White with #746802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746802; }

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

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

background-color css

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

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

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

border-color css

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

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

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