Html Css Color HEX #776F0E Olive

📋 copy color: '#776F0E'

red 119 ◦ green 111 ◦ blue 14

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

Shades of Olive #776F0E

Tints of Olive #776F0E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 48.77%
G = 45.49%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#776F0E (or 0x776F0E) is known color: Olive. HEX triplet: 77, 6F and 0E. RGB value is (119,111,14). Sum of RGB (Red+Green+Blue) = 119+111+14=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #776F0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F0E is #8890F1. Grayscale: #666666. Windows color (decimal): -8950002 or 946039. OLE color: 946039.

HSL color Cylindrical-coordinate representation of color #776F0E: hue angle of 55.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #776F0E is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 111 14 -
CMYK 0 0.07 0.88 0.53
HSL 55.43º 0.79% 0.26% -
HSV(B) 55.43º 0.88% 0.47% -
XYZ 13.37 15.32 2.67 -
YUV 102.33 78.15 139.89 -
System Red Green Blue C M Y K H S L
Decimal 119 111 14 0 0.07 0.88 0.53 55.43 0.79 0.26
Hex 77 6F E 0 7 58 35 37 4F 1A
Octal 167 157 16 0 7 130 65 67 117 32
Binary 1110111 1101111 1110 0 111 1011000 110101 110111 1001111 11010

Color Harmonies of #776F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F0E

Black with #776F0E

Text Example


Text Example

White with #776F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,111,14); }

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

background-color css

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

 a { background-color: rgb(119,111,14); }

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

border-color css

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

 span { border-color: rgb(119,111,14); }

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