Html Css Color HEX #777605 Olive

📋 copy color: '#777605'

red 119 ◦ green 118 ◦ blue 5

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

Shades of Olive #777605

Tints of Olive #777605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 48.76%

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

R = 49.17%
G = 48.76%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#777605 (or 0x777605) is known color: Olive. HEX triplet: 77, 76 and 05. RGB value is (119,118,5). Sum of RGB (Red+Green+Blue) = 119+118+5=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #777605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777605 is #8889FA. Grayscale: #696969. Windows color (decimal): -8948219 or 358007. OLE color: 358007.

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

Color convert

RGB 119 118 5 -
CMYK 0 0.01 0.96 0.53
HSL 59.47º 0.92% 0.24% -
HSV(B) 59.47º 0.96% 0.47% -
XYZ 14.11 16.89 2.66 -
YUV 105.42 71.33 137.69 -
System Red Green Blue C M Y K H S L
Decimal 119 118 5 0 0.01 0.96 0.53 59.47 0.92 0.24
Hex 77 76 5 0 1 60 35 3B 5C 18
Octal 167 166 5 0 1 140 65 73 134 30
Binary 1110111 1110110 101 0 1 1100000 110101 111011 1011100 11000

Color Harmonies of #777605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777605

Black with #777605

Text Example


Text Example

White with #777605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777605; }

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

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

background-color css

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

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

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

border-color css

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

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

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