Html Css Color HEX #787310 Olive

📋 copy color: '#787310'

red 120 ◦ green 115 ◦ blue 16

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

Shades of Olive #787310

Tints of Olive #787310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.82%

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

R = 47.81%
G = 45.82%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#787310 (or 0x787310) is known color: Olive. HEX triplet: 78, 73 and 10. RGB value is (120,115,16). Sum of RGB (Red+Green+Blue) = 120+115+16=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 115 (45.31% from 255 or 45.82% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #787310 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787310 is #878CEF. Grayscale: #696969. Windows color (decimal): -8883440 or 1078136. OLE color: 1078136.

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

Color convert

RGB 120 115 16 -
CMYK 0 0.04 0.87 0.53
HSL 57.12º 0.76% 0.27% -
HSV(B) 57.12º 0.87% 0.47% -
XYZ 13.97 16.29 2.9 -
YUV 105.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 120 115 16 0 0.04 0.87 0.53 57.12 0.76 0.27
Hex 78 73 10 0 4 57 35 39 4C 1B
Octal 170 163 20 0 4 127 65 71 114 33
Binary 1111000 1110011 10000 0 100 1010111 110101 111001 1001100 11011

Color Harmonies of #787310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787310

Black with #787310

Text Example


Text Example

White with #787310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787310; }

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

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

background-color css

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

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

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

border-color css

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

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

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