Html Css Color HEX #777205 Olive

📋 copy color: '#777205'

red 119 ◦ green 114 ◦ blue 5

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

Shades of Olive #777205

Tints of Olive #777205

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.9%

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

R = 50%
G = 47.9%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777205 (or 0x777205) is known color: Olive. HEX triplet: 77, 72 and 05. RGB value is (119,114,5). Sum of RGB (Red+Green+Blue) = 119+114+5=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 114 (44.92% from 255 or 47.90% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #777205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777205 is #888DFA. Grayscale: #676767. Windows color (decimal): -8949243 or 356983. OLE color: 356983.

HSL color Cylindrical-coordinate representation of color #777205: hue angle of 57.37º 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 #777205 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 114 5 -
CMYK 0 0.04 0.96 0.53
HSL 57.37º 0.92% 0.24% -
HSV(B) 57.37º 0.96% 0.47% -
XYZ 13.65 15.97 2.51 -
YUV 103.07 72.66 139.36 -
System Red Green Blue C M Y K H S L
Decimal 119 114 5 0 0.04 0.96 0.53 57.37 0.92 0.24
Hex 77 72 5 0 4 60 35 39 5C 18
Octal 167 162 5 0 4 140 65 71 134 30
Binary 1110111 1110010 101 0 100 1100000 110101 111001 1011100 11000

Color Harmonies of #777205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777205

Black with #777205

Text Example


Text Example

White with #777205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777205; }

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

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

background-color css

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

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

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

border-color css

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

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

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