Html Css Color HEX #776201 Olive

📋 copy color: '#776201'

red 119 ◦ green 98 ◦ blue 1

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

Shades of Olive #776201

Tints of Olive #776201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.95%

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

R = 54.59%
G = 44.95%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#776201 (or 0x776201) is known color: Olive. HEX triplet: 77, 62 and 01. RGB value is (119,98,1). Sum of RGB (Red+Green+Blue) = 119+98+1=218 (28% of max value = 765). Red value is 119 (46.88% from 255 or 54.59% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 119 - color contains mainly: red. Hex color #776201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776201 is #889DFE. Grayscale: #5D5D5D. Windows color (decimal): -8953343 or 90743. OLE color: 90743.

HSL color Cylindrical-coordinate representation of color #776201: hue angle of 49.32º 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 #776201 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 98 1 -
CMYK 0 0.18 0.99 0.53
HSL 49.32º 0.98% 0.24% -
HSV(B) 49.32º 0.99% 0.47% -
XYZ 11.98 12.66 1.84 -
YUV 93.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 119 98 1 0 0.18 0.99 0.53 49.32 0.98 0.24
Hex 77 62 1 0 12 63 35 31 62 18
Octal 167 142 1 0 22 143 65 61 142 30
Binary 1110111 1100010 1 0 10010 1100011 110101 110001 1100010 11000

Color Harmonies of #776201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776201

Black with #776201

Text Example


Text Example

White with #776201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776201; }

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

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

background-color css

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

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

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

border-color css

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

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

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