Html Css Color HEX #766301 Olive

📋 copy color: '#766301'

red 118 ◦ green 99 ◦ blue 1

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

Shades of Olive #766301

Tints of Olive #766301

RGB

 RED value IS 118 (46.48% from 255) = 54.13%

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

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 54.13%
G = 45.41%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#766301 (or 0x766301) is known color: Olive. HEX triplet: 76, 63 and 01. RGB value is (118,99,1). Sum of RGB (Red+Green+Blue) = 118+99+1=218 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.13% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 118 - color contains mainly: red. Hex color #766301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766301 is #899CFE. Grayscale: #5D5D5D. Windows color (decimal): -9018623 or 90998. OLE color: 90998.

HSL color Cylindrical-coordinate representation of color #766301: hue angle of 50.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #766301 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 1 -
CMYK 0 0.16 0.99 0.54
HSL 50.26º 0.98% 0.23% -
HSV(B) 50.26º 0.99% 0.46% -
XYZ 11.94 12.78 1.87 -
YUV 93.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 118 99 1 0 0.16 0.99 0.54 50.26 0.98 0.23
Hex 76 63 1 0 10 63 36 32 62 17
Octal 166 143 1 0 20 143 66 62 142 27
Binary 1110110 1100011 1 0 10000 1100011 110110 110010 1100010 10111

Color Harmonies of #766301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766301

Black with #766301

Text Example


Text Example

White with #766301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766301; }

 p { color: rgb(118,99,1); }

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

background-color css

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

 a { background-color: rgb(118,99,1); }

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

border-color css

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

 span { border-color: rgb(118,99,1); }

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