Html Css Color HEX #787910 Olive

📋 copy color: '#787910'

red 120 ◦ green 121 ◦ blue 16

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

Shades of Olive #787910

Tints of Olive #787910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 46.69%
G = 47.08%
B = 6.23%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#787910 (or 0x787910) is known color: Olive. HEX triplet: 78, 79 and 10. RGB value is (120,121,16). Sum of RGB (Red+Green+Blue) = 120+121+16=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 121 (47.66% from 255 or 47.08% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 121 - color contains mainly: green. Hex color #787910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787910 is #8786EF. Grayscale: #6D6D6D. Windows color (decimal): -8881904 or 1079672. OLE color: 1079672.

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

Color convert

RGB 120 121 16 -
CMYK 0.01 0 0.87 0.53
HSL 60.57º 0.77% 0.27% -
HSV(B) 60.57º 0.87% 0.47% -
XYZ 14.68 17.71 3.13 -
YUV 108.73 75.67 136.04 -
System Red Green Blue C M Y K H S L
Decimal 120 121 16 0.01 0 0.87 0.53 60.57 0.77 0.27
Hex 78 79 10 1 0 57 35 3D 4D 1B
Octal 170 171 20 1 0 127 65 75 115 33
Binary 1111000 1111001 10000 1 0 1010111 110101 111101 1001101 11011

Color Harmonies of #787910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787910

Black with #787910

Text Example


Text Example

White with #787910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787910; }

 p { color: rgb(120,121,16); }

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

background-color css

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

 a { background-color: rgb(120,121,16); }

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

border-color css

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

 span { border-color: rgb(120,121,16); }

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