Html Css Color HEX #776B05 Olive

📋 copy color: '#776B05'

red 119 ◦ green 107 ◦ blue 5

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

Shades of Olive #776B05

Tints of Olive #776B05

RGB

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

 GREEN value IS 107 (42.19% from 255) = 46.32%

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 51.52%
G = 46.32%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#776B05 (or 0x776B05) is known color: Olive. HEX triplet: 77, 6B and 05. RGB value is (119,107,5). Sum of RGB (Red+Green+Blue) = 119+107+5=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #776B05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776B05 is #8894FA. Grayscale: #636363. Windows color (decimal): -8951035 or 355191. OLE color: 355191.

HSL color Cylindrical-coordinate representation of color #776B05: hue angle of 53.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #776B05 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 107 5 -
CMYK 0 0.10 0.96 0.53
HSL 53.68º 0.92% 0.24% -
HSV(B) 53.68º 0.96% 0.47% -
XYZ 12.89 14.45 2.25 -
YUV 98.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 119 107 5 0 0.10 0.96 0.53 53.68 0.92 0.24
Hex 77 6B 5 0 A 60 35 36 5C 18
Octal 167 153 5 0 12 140 65 66 134 30
Binary 1110111 1101011 101 0 1010 1100000 110101 110110 1011100 11000

Color Harmonies of #776B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776B05

Black with #776B05

Text Example


Text Example

White with #776B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,107,5); }

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

background-color css

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

 a { background-color: rgb(119,107,5); }

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

border-color css

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

 span { border-color: rgb(119,107,5); }

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