Html Css Color HEX #746602 Olive

📋 copy color: '#746602'

red 116 ◦ green 102 ◦ blue 2

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

Shades of Olive #746602

Tints of Olive #746602

RGB

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

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

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

R = 52.73%
G = 46.36%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#746602 (or 0x746602) is known color: Olive. HEX triplet: 74, 66 and 02. RGB value is (116,102,2). Sum of RGB (Red+Green+Blue) = 116+102+2=220 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.73% from 220); Green value is 102 (40.23% from 255 or 46.36% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 116 - color contains mainly: red. Hex color #746602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746602 is #8B99FD. Grayscale: #5F5F5F. Windows color (decimal): -9148926 or 157300. OLE color: 157300.

HSL color Cylindrical-coordinate representation of color #746602: hue angle of 52.63º 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 #746602 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 2 -
CMYK 0 0.12 0.98 0.55
HSL 52.63º 0.97% 0.23% -
HSV(B) 52.63º 0.98% 0.45% -
XYZ 11.96 13.22 1.98 -
YUV 94.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 116 102 2 0 0.12 0.98 0.55 52.63 0.97 0.23
Hex 74 66 2 0 C 62 37 35 61 17
Octal 164 146 2 0 14 142 67 65 141 27
Binary 1110100 1100110 10 0 1100 1100010 110111 110101 1100001 10111

Color Harmonies of #746602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746602

Black with #746602

Text Example


Text Example

White with #746602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746602; }

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

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

background-color css

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

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

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

border-color css

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

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

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