Html Css Color HEX #777705 Olive

📋 copy color: '#777705'

red 119 ◦ green 119 ◦ blue 5

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

Shades of Olive #777705

Tints of Olive #777705

RGB

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

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

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

R = 48.97%
G = 48.97%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777705 (or 0x777705) is known color: Olive. HEX triplet: 77, 77 and 05. RGB value is (119,119,5). Sum of RGB (Red+Green+Blue) = 119+119+5=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 119 (46.88% from 255 or 48.97% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777705 is #8888FA. Grayscale: #6A6A6A. Windows color (decimal): -8947963 or 358263. OLE color: 358263.

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

Color convert

RGB 119 119 5 -
CMYK 0 0 0.96 0.53
HSL 60º 0.92% 0.24% -
HSV(B) 60º 0.96% 0.47% -
XYZ 14.23 17.13 2.7 -
YUV 106 71 137.27 -
System Red Green Blue C M Y K H S L
Decimal 119 119 5 0 0 0.96 0.53 60 0.92 0.24
Hex 77 77 5 0 0 60 35 3C 5C 18
Octal 167 167 5 0 0 140 65 74 134 30
Binary 1110111 1110111 101 0 0 1100000 110101 111100 1011100 11000

Color Harmonies of #777705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777705

Black with #777705

Text Example


Text Example

White with #777705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777705; }

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

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

background-color css

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

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

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

border-color css

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

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

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