Html Css Color HEX #777406 Olive

📋 copy color: '#777406'

red 119 ◦ green 116 ◦ blue 6

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

Shades of Olive #777406

Tints of Olive #777406

RGB

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

 GREEN value IS 116 (45.7% from 255) = 48.13%

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

R = 49.38%
G = 48.13%
B = 2.49%

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

#777406 (or 0x777406) is known color: Olive. HEX triplet: 77, 74 and 06. RGB value is (119,116,6). Sum of RGB (Red+Green+Blue) = 119+116+6=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 116 (45.70% from 255 or 48.13% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #777406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777406 is #888BF9. Grayscale: #686868. Windows color (decimal): -8948730 or 423031. OLE color: 423031.

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

Color convert

RGB 119 116 6 -
CMYK 0 0.03 0.95 0.53
HSL 58.41º 0.9% 0.25% -
HSV(B) 58.41º 0.95% 0.47% -
XYZ 13.89 16.43 2.61 -
YUV 104.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 119 116 6 0 0.03 0.95 0.53 58.41 0.9 0.25
Hex 77 74 6 0 3 5F 35 3A 5A 19
Octal 167 164 6 0 3 137 65 72 132 31
Binary 1110111 1110100 110 0 11 1011111 110101 111010 1011010 11001

Color Harmonies of #777406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777406

Black with #777406

Text Example


Text Example

White with #777406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777406; }

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

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

background-color css

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

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

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

border-color css

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

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

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