Html Css Color HEX #776301 Olive

📋 copy color: '#776301'

red 119 ◦ green 99 ◦ blue 1

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

Shades of Olive #776301

Tints of Olive #776301

RGB

 RED value IS 119 (46.88% from 255) = 54.34%

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

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

R = 54.34%
G = 45.21%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#776301 (or 0x776301) is known color: Olive. HEX triplet: 77, 63 and 01. RGB value is (119,99,1). Sum of RGB (Red+Green+Blue) = 119+99+1=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 99 (39.06% from 255 or 45.21% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #776301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776301 is #889CFE. Grayscale: #5E5E5E. Windows color (decimal): -8953087 or 90999. OLE color: 90999.

HSL color Cylindrical-coordinate representation of color #776301: hue angle of 49.83º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #776301 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 99 1 -
CMYK 0 0.17 0.99 0.53
HSL 49.83º 0.98% 0.24% -
HSV(B) 49.83º 0.99% 0.47% -
XYZ 12.08 12.85 1.87 -
YUV 93.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 119 99 1 0 0.17 0.99 0.53 49.83 0.98 0.24
Hex 77 63 1 0 11 63 35 32 62 18
Octal 167 143 1 0 21 143 65 62 142 30
Binary 1110111 1100011 1 0 10001 1100011 110101 110010 1100010 11000

Color Harmonies of #776301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776301

Black with #776301

Text Example


Text Example

White with #776301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776301; }

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

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

background-color css

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

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

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

border-color css

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

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

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