Html Css Color HEX #776F0D Olive

📋 copy color: '#776F0D'

red 119 ◦ green 111 ◦ blue 13

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

Shades of Olive #776F0D

Tints of Olive #776F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 48.97%
G = 45.68%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#776F0D (or 0x776F0D) is known color: Olive. HEX triplet: 77, 6F and 0D. RGB value is (119,111,13). Sum of RGB (Red+Green+Blue) = 119+111+13=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #776F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F0D is #8890F2. Grayscale: #666666. Windows color (decimal): -8950003 or 880503. OLE color: 880503.

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

Color convert

RGB 119 111 13 -
CMYK 0 0.07 0.89 0.53
HSL 55.47º 0.8% 0.26% -
HSV(B) 55.47º 0.89% 0.47% -
XYZ 13.36 15.32 2.63 -
YUV 102.22 77.65 139.97 -
System Red Green Blue C M Y K H S L
Decimal 119 111 13 0 0.07 0.89 0.53 55.47 0.8 0.26
Hex 77 6F D 0 7 59 35 37 50 1A
Octal 167 157 15 0 7 131 65 67 120 32
Binary 1110111 1101111 1101 0 111 1011001 110101 110111 1010000 11010

Color Harmonies of #776F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776F0D

Black with #776F0D

Text Example


Text Example

White with #776F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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