Html Css Color HEX #746302 Olive

📋 copy color: '#746302'

red 116 ◦ green 99 ◦ blue 2

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

Shades of Olive #746302

Tints of Olive #746302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.62%

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

R = 53.46%
G = 45.62%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#746302 (or 0x746302) is known color: Olive. HEX triplet: 74, 63 and 02. RGB value is (116,99,2). Sum of RGB (Red+Green+Blue) = 116+99+2=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746302 is #8B9CFD. Grayscale: #5D5D5D. Windows color (decimal): -9149694 or 156532. OLE color: 156532.

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

Color convert

RGB 116 99 2 -
CMYK 0 0.15 0.98 0.55
HSL 51.05º 0.97% 0.23% -
HSV(B) 51.05º 0.98% 0.45% -
XYZ 11.68 12.64 1.88 -
YUV 93.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 116 99 2 0 0.15 0.98 0.55 51.05 0.97 0.23
Hex 74 63 2 0 F 62 37 33 61 17
Octal 164 143 2 0 17 142 67 63 141 27
Binary 1110100 1100011 10 0 1111 1100010 110111 110011 1100001 10111

Color Harmonies of #746302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746302

Black with #746302

Text Example


Text Example

White with #746302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746302; }

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

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

background-color css

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

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

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

border-color css

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

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

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