Html Css Color HEX #777300 Olive

📋 copy color: '#777300'

red 119 ◦ green 115 ◦ blue 0

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

Shades of Olive #777300

Tints of Olive #777300

RGB

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

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

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

R = 50.85%
G = 49.15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#777300 (or 0x777300) is known color: Olive. HEX triplet: 77, 73 and 00. RGB value is (119,115,0). Sum of RGB (Red+Green+Blue) = 119+115+0=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #777300 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777300 is #888CFF. Grayscale: #676767. Windows color (decimal): -8948992 or 29559. OLE color: 29559.

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

Color convert

RGB 119 115 0 -
CMYK 0 0.03 1 0.53
HSL 57.98º 1% 0.23% -
HSV(B) 57.98º 1% 0.47% -
XYZ 13.74 16.18 2.4 -
YUV 103.09 69.83 139.35 -
System Red Green Blue C M Y K H S L
Decimal 119 115 0 0 0.03 1 0.53 57.98 1 0.23
Hex 77 73 0 0 3 64 35 3A 64 17
Octal 167 163 0 0 3 144 65 72 144 27
Binary 1110111 1110011 0 0 11 1100100 110101 111010 1100100 10111

Color Harmonies of #777300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777300

Black with #777300

Text Example


Text Example

White with #777300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777300; }

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

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

background-color css

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

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

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

border-color css

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

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

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