Html Css Color HEX #777101 Olive

📋 copy color: '#777101'

red 119 ◦ green 113 ◦ blue 1

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

Shades of Olive #777101

Tints of Olive #777101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.5%

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 51.07%
G = 48.5%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#777101 (or 0x777101) is known color: Olive. HEX triplet: 77, 71 and 01. RGB value is (119,113,1). Sum of RGB (Red+Green+Blue) = 119+113+1=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #777101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777101 is #888EFE. Grayscale: #666666. Windows color (decimal): -8949503 or 94583. OLE color: 94583.

HSL color Cylindrical-coordinate representation of color #777101: hue angle of 56.95º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #777101 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 113 1 -
CMYK 0 0.05 0.99 0.53
HSL 56.95º 0.98% 0.24% -
HSV(B) 56.95º 0.99% 0.47% -
XYZ 13.52 15.73 2.35 -
YUV 102.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 119 113 1 0 0.05 0.99 0.53 56.95 0.98 0.24
Hex 77 71 1 0 5 63 35 39 62 18
Octal 167 161 1 0 5 143 65 71 142 30
Binary 1110111 1110001 1 0 101 1100011 110101 111001 1100010 11000

Color Harmonies of #777101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777101

Black with #777101

Text Example


Text Example

White with #777101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777101; }

 p { color: rgb(119,113,1); }

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

background-color css

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

 a { background-color: rgb(119,113,1); }

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

border-color css

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

 span { border-color: rgb(119,113,1); }

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