Html Css Color HEX #78770F Olive

📋 copy color: '#78770F'

red 120 ◦ green 119 ◦ blue 15

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

Shades of Olive #78770F

Tints of Olive #78770F

RGB

 RED value IS 120 (47.27% from 255) = 47.24%

 GREEN value IS 119 (46.88% from 255) = 46.85%

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

R = 47.24%
G = 46.85%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78770F (or 0x78770F) is known color: Olive. HEX triplet: 78, 77 and 0F. RGB value is (120,119,15). Sum of RGB (Red+Green+Blue) = 120+119+15=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 119 (46.88% from 255 or 46.85% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #78770F is #8788F0. Grayscale: #6B6B6B. Windows color (decimal): -8882417 or 1013624. OLE color: 1013624.

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

Color convert

RGB 120 119 15 -
CMYK 0 0.01 0.87 0.53
HSL 59.43º 0.78% 0.26% -
HSV(B) 59.43º 0.88% 0.47% -
XYZ 14.43 17.22 3.02 -
YUV 107.44 75.83 136.96 -
System Red Green Blue C M Y K H S L
Decimal 120 119 15 0 0.01 0.87 0.53 59.43 0.78 0.26
Hex 78 77 F 0 1 57 35 3B 4E 1A
Octal 170 167 17 0 1 127 65 73 116 32
Binary 1111000 1110111 1111 0 1 1010111 110101 111011 1001110 11010

Color Harmonies of #78770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78770F

Black with #78770F

Text Example


Text Example

White with #78770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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