Html Css Color HEX #776F07 Olive

📋 copy color: '#776F07'

red 119 ◦ green 111 ◦ blue 7

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

Shades of Olive #776F07

Tints of Olive #776F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.95%

R = 50.21%
G = 46.84%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776F07 (or 0x776F07) is known color: Olive. HEX triplet: 77, 6F and 07. RGB value is (119,111,7). Sum of RGB (Red+Green+Blue) = 119+111+7=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #776F07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F07 is #8890F8. Grayscale: #656565. Windows color (decimal): -8950009 or 487287. OLE color: 487287.

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

Color convert

RGB 119 111 7 -
CMYK 0 0.07 0.94 0.53
HSL 55.71º 0.89% 0.25% -
HSV(B) 55.71º 0.94% 0.47% -
XYZ 13.33 15.31 2.45 -
YUV 101.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 119 111 7 0 0.07 0.94 0.53 55.71 0.89 0.25
Hex 77 6F 7 0 7 5E 35 38 59 19
Octal 167 157 7 0 7 136 65 70 131 31
Binary 1110111 1101111 111 0 111 1011110 110101 111000 1011001 11001

Color Harmonies of #776F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F07

Black with #776F07

Text Example


Text Example

White with #776F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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