Html Css Color HEX #777D0F Olive

📋 copy color: '#777D0F'

red 119 ◦ green 125 ◦ blue 15

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

Shades of Olive #777D0F

Tints of Olive #777D0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.79%

R = 45.95%
G = 48.26%
B = 5.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#777D0F (or 0x777D0F) is known color: Olive. HEX triplet: 77, 7D and 0F. RGB value is (119,125,15). Sum of RGB (Red+Green+Blue) = 119+125+15=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #777D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777D0F is #8882F0. Grayscale: #6F6F6F. Windows color (decimal): -8946417 or 1015159. OLE color: 1015159.

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

Color convert

RGB 119 125 15 -
CMYK 0.05 0 0.88 0.51
HSL 63.27º 0.79% 0.27% -
HSV(B) 63.27º 0.88% 0.49% -
XYZ 15.03 18.62 3.25 -
YUV 110.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 119 125 15 0.05 0 0.88 0.51 63.27 0.79 0.27
Hex 77 7D F 5 0 58 33 3F 4F 1B
Octal 167 175 17 5 0 130 63 77 117 33
Binary 1110111 1111101 1111 101 0 1011000 110011 111111 1001111 11011

Color Harmonies of #777D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777D0F

Black with #777D0F

Text Example


Text Example

White with #777D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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