Html Css Color HEX #777A00 Olive

📋 copy color: '#777A00'

red 119 ◦ green 122 ◦ blue 0

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

Shades of Olive #777A00

Tints of Olive #777A00

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.62%

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

R = 49.38%
G = 50.62%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.52

RGB Variations

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

Color information

#777A00 (or 0x777A00) is known color: Olive. HEX triplet: 77, 7A and 00. RGB value is (119,122,0). Sum of RGB (Red+Green+Blue) = 119+122+0=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 122 (48.05% from 255 or 50.62% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 122 - color contains mainly: green. Hex color #777A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777A00 is #8885FF. Grayscale: #6B6B6B. Windows color (decimal): -8947200 or 31351. OLE color: 31351.

HSL color Cylindrical-coordinate representation of color #777A00: hue angle of 61.48º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #777A00 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 122 0 -
CMYK 0.02 0 1 0.52
HSL 61.48º 1% 0.24% -
HSV(B) 61.48º 1% 0.48% -
XYZ 14.57 17.84 2.68 -
YUV 107.2 67.51 136.42 -
System Red Green Blue C M Y K H S L
Decimal 119 122 0 0.02 0 1 0.52 61.48 1 0.24
Hex 77 7A 0 2 0 64 34 3D 64 18
Octal 167 172 0 2 0 144 64 75 144 30
Binary 1110111 1111010 0 10 0 1100100 110100 111101 1100100 11000

Color Harmonies of #777A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777A00

Black with #777A00

Text Example


Text Example

White with #777A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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