Html Css Color HEX #77790F Olive

📋 copy color: '#77790F'

red 119 ◦ green 121 ◦ blue 15

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

Shades of Olive #77790F

Tints of Olive #77790F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 47.45%

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

R = 46.67%
G = 47.45%
B = 5.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#77790F (or 0x77790F) is known color: Olive. HEX triplet: 77, 79 and 0F. RGB value is (119,121,15). Sum of RGB (Red+Green+Blue) = 119+121+15=255 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.67% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #77790F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77790F is #8886F0. Grayscale: #6C6C6C. Windows color (decimal): -8947441 or 1014135. OLE color: 1014135.

HSL color Cylindrical-coordinate representation of color #77790F: hue angle of 61.13º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #77790F is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 121 15 -
CMYK 0.02 0 0.88 0.53
HSL 61.13º 0.78% 0.27% -
HSV(B) 61.13º 0.88% 0.47% -
XYZ 14.53 17.63 3.09 -
YUV 108.32 75.34 135.62 -
System Red Green Blue C M Y K H S L
Decimal 119 121 15 0.02 0 0.88 0.53 61.13 0.78 0.27
Hex 77 79 F 2 0 58 35 3D 4E 1B
Octal 167 171 17 2 0 130 65 75 116 33
Binary 1110111 1111001 1111 10 0 1011000 110101 111101 1001110 11011

Color Harmonies of #77790F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77790F

Black with #77790F

Text Example


Text Example

White with #77790F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77790F; }

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

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

background-color css

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

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

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

border-color css

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

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

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