Html Css Color HEX #777306 Olive

📋 copy color: '#777306'

red 119 ◦ green 115 ◦ blue 6

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

Shades of Olive #777306

Tints of Olive #777306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.5%

R = 49.58%
G = 47.92%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.53

RGB Variations

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

Color information

#777306 (or 0x777306) is known color: Olive. HEX triplet: 77, 73 and 06. RGB value is (119,115,6). Sum of RGB (Red+Green+Blue) = 119+115+6=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #777306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777306 is #888CF9. Grayscale: #686868. Windows color (decimal): -8948986 or 422775. OLE color: 422775.

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

Color convert

RGB 119 115 6 -
CMYK 0 0.03 0.95 0.53
HSL 57.88º 0.9% 0.25% -
HSV(B) 57.88º 0.95% 0.47% -
XYZ 13.77 16.2 2.57 -
YUV 103.77 72.83 138.86 -
System Red Green Blue C M Y K H S L
Decimal 119 115 6 0 0.03 0.95 0.53 57.88 0.9 0.25
Hex 77 73 6 0 3 5F 35 3A 5A 19
Octal 167 163 6 0 3 137 65 72 132 31
Binary 1110111 1110011 110 0 11 1011111 110101 111010 1011010 11001

Color Harmonies of #777306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777306

Black with #777306

Text Example


Text Example

White with #777306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777306; }

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

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

background-color css

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

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

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

border-color css

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

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

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