Html Css Color HEX #777D00 Olive

📋 copy color: '#777D00'

red 119 ◦ green 125 ◦ blue 0

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

Shades of Olive #777D00

Tints of Olive #777D00

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.23%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.77%
G = 51.23%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.51

RGB Variations

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

Color information

#777D00 (or 0x777D00) is known color: Olive. HEX triplet: 77, 7D and 00. RGB value is (119,125,0). Sum of RGB (Red+Green+Blue) = 119+125+0=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 125 (49.22% from 255 or 51.23% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 125 - color contains mainly: green. Hex color #777D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777D00 is #8882FF. Grayscale: #6D6D6D. Windows color (decimal): -8946432 or 32119. OLE color: 32119.

HSL color Cylindrical-coordinate representation of color #777D00: hue angle of 62.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #777D00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 125 0 -
CMYK 0.05 0 1 0.51
HSL 62.88º 1% 0.25% -
HSV(B) 62.88º 1% 0.49% -
XYZ 14.94 18.59 2.8 -
YUV 108.96 66.51 135.16 -
System Red Green Blue C M Y K H S L
Decimal 119 125 0 0.05 0 1 0.51 62.88 1 0.25
Hex 77 7D 0 5 0 64 33 3F 64 19
Octal 167 175 0 5 0 144 63 77 144 31
Binary 1110111 1111101 0 101 0 1100100 110011 111111 1100100 11001

Color Harmonies of #777D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D00

Black with #777D00

Text Example


Text Example

White with #777D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777D00; }

 p { color: rgb(119,125,0); }

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

background-color css

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

 a { background-color: rgb(119,125,0); }

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

border-color css

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

 span { border-color: rgb(119,125,0); }

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