Html Css Color HEX #776901 Olive

📋 copy color: '#776901'

red 119 ◦ green 105 ◦ blue 1

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

Shades of Olive #776901

Tints of Olive #776901

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 52.89%
G = 46.67%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#776901 (or 0x776901) is known color: Olive. HEX triplet: 77, 69 and 01. RGB value is (119,105,1). Sum of RGB (Red+Green+Blue) = 119+105+1=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #776901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776901 is #8896FE. Grayscale: #616161. Windows color (decimal): -8951551 or 92535. OLE color: 92535.

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

Color convert

RGB 119 105 1 -
CMYK 0 0.12 0.99 0.53
HSL 52.88º 0.98% 0.24% -
HSV(B) 52.88º 0.99% 0.47% -
XYZ 12.66 14.03 2.07 -
YUV 97.33 73.64 143.46 -
System Red Green Blue C M Y K H S L
Decimal 119 105 1 0 0.12 0.99 0.53 52.88 0.98 0.24
Hex 77 69 1 0 C 63 35 35 62 18
Octal 167 151 1 0 14 143 65 65 142 30
Binary 1110111 1101001 1 0 1100 1100011 110101 110101 1100010 11000

Color Harmonies of #776901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776901

Black with #776901

Text Example


Text Example

White with #776901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776901; }

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

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

background-color css

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

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

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

border-color css

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

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

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