Html Css Color HEX #777308 Olive

📋 copy color: '#777308'

red 119 ◦ green 115 ◦ blue 8

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

Shades of Olive #777308

Tints of Olive #777308

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.52%

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

R = 49.17%
G = 47.52%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#777308 (or 0x777308) is known color: Olive. HEX triplet: 77, 73 and 08. RGB value is (119,115,8). Sum of RGB (Red+Green+Blue) = 119+115+8=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 115 (45.31% from 255 or 47.52% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #777308 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777308 is #888CF7. Grayscale: #686868. Windows color (decimal): -8948984 or 553847. OLE color: 553847.

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

Color convert

RGB 119 115 8 -
CMYK 0 0.03 0.93 0.53
HSL 57.84º 0.87% 0.25% -
HSV(B) 57.84º 0.93% 0.47% -
XYZ 13.78 16.2 2.63 -
YUV 104 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 119 115 8 0 0.03 0.93 0.53 57.84 0.87 0.25
Hex 77 73 8 0 3 5D 35 3A 57 19
Octal 167 163 10 0 3 135 65 72 127 31
Binary 1110111 1110011 1000 0 11 1011101 110101 111010 1010111 11001

Color Harmonies of #777308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777308

Black with #777308

Text Example


Text Example

White with #777308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777308; }

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

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

background-color css

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

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

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

border-color css

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

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

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