Html Css Color HEX #777608 Olive

📋 copy color: '#777608'

red 119 ◦ green 118 ◦ blue 8

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

Shades of Olive #777608

Tints of Olive #777608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 48.57%
G = 48.16%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#777608 (or 0x777608) is known color: Olive. HEX triplet: 77, 76 and 08. RGB value is (119,118,8). Sum of RGB (Red+Green+Blue) = 119+118+8=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 118 (46.48% from 255 or 48.16% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #777608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777608 is #8889F7. Grayscale: #6A6A6A. Windows color (decimal): -8948216 or 554615. OLE color: 554615.

HSL color Cylindrical-coordinate representation of color #777608: hue angle of 59.46º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #777608 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 118 8 -
CMYK 0 0.01 0.93 0.53
HSL 59.46º 0.87% 0.25% -
HSV(B) 59.46º 0.93% 0.47% -
XYZ 14.13 16.9 2.75 -
YUV 105.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 119 118 8 0 0.01 0.93 0.53 59.46 0.87 0.25
Hex 77 76 8 0 1 5D 35 3B 57 19
Octal 167 166 10 0 1 135 65 73 127 31
Binary 1110111 1110110 1000 0 1 1011101 110101 111011 1010111 11001

Color Harmonies of #777608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777608

Black with #777608

Text Example


Text Example

White with #777608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777608; }

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

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

background-color css

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

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

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

border-color css

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

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

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