Html Css Color HEX #776D0B Olive

📋 copy color: '#776D0B'

red 119 ◦ green 109 ◦ blue 11

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

Shades of Olive #776D0B

Tints of Olive #776D0B

RGB

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

 GREEN value IS 109 (42.97% from 255) = 45.61%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 49.79%
G = 45.61%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#776D0B (or 0x776D0B) is known color: Olive. HEX triplet: 77, 6D and 0B. RGB value is (119,109,11). Sum of RGB (Red+Green+Blue) = 119+109+11=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 109 (42.97% from 255 or 45.61% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #776D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776D0B is #8892F4. Grayscale: #656565. Windows color (decimal): -8950517 or 748919. OLE color: 748919.

HSL color Cylindrical-coordinate representation of color #776D0B: hue angle of 54.44º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #776D0B is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 109 11 -
CMYK 0 0.08 0.91 0.53
HSL 54.44º 0.83% 0.25% -
HSV(B) 54.44º 0.91% 0.47% -
XYZ 13.14 14.88 2.5 -
YUV 100.82 77.31 140.97 -
System Red Green Blue C M Y K H S L
Decimal 119 109 11 0 0.08 0.91 0.53 54.44 0.83 0.25
Hex 77 6D B 0 8 5B 35 36 53 19
Octal 167 155 13 0 10 133 65 66 123 31
Binary 1110111 1101101 1011 0 1000 1011011 110101 110110 1010011 11001

Color Harmonies of #776D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776D0B

Black with #776D0B

Text Example


Text Example

White with #776D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776D0B; }

 p { color: rgb(119,109,11); }

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

background-color css

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

 a { background-color: rgb(119,109,11); }

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

border-color css

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

 span { border-color: rgb(119,109,11); }

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