Html Css Color HEX #787410 Olive

📋 copy color: '#787410'

red 120 ◦ green 116 ◦ blue 16

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

Shades of Olive #787410

Tints of Olive #787410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.03%

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

R = 47.62%
G = 46.03%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#787410 (or 0x787410) is known color: Olive. HEX triplet: 78, 74 and 10. RGB value is (120,116,16). Sum of RGB (Red+Green+Blue) = 120+116+16=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 16 (6.64% from 255 or 6.35% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #787410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787410 is #878BEF. Grayscale: #6A6A6A. Windows color (decimal): -8883184 or 1078392. OLE color: 1078392.

HSL color Cylindrical-coordinate representation of color #787410: hue angle of 57.69º degrees, saturation: 0.76, 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 #787410 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 116 16 -
CMYK 0 0.03 0.87 0.53
HSL 57.69º 0.76% 0.27% -
HSV(B) 57.69º 0.87% 0.47% -
XYZ 14.08 16.52 2.94 -
YUV 105.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 120 116 16 0 0.03 0.87 0.53 57.69 0.76 0.27
Hex 78 74 10 0 3 57 35 3A 4C 1B
Octal 170 164 20 0 3 127 65 72 114 33
Binary 1111000 1110100 10000 0 11 1010111 110101 111010 1001100 11011

Color Harmonies of #787410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787410

Black with #787410

Text Example


Text Example

White with #787410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787410; }

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

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

background-color css

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

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

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

border-color css

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

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

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