Html Css Color HEX #787510 Olive

📋 copy color: '#787510'

red 120 ◦ green 117 ◦ blue 16

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

Shades of Olive #787510

Tints of Olive #787510

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.25%

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

R = 47.43%
G = 46.25%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#787510 (or 0x787510) is known color: Olive. HEX triplet: 78, 75 and 10. RGB value is (120,117,16). Sum of RGB (Red+Green+Blue) = 120+117+16=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 117 (46.09% from 255 or 46.25% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #787510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787510 is #878AEF. Grayscale: #6A6A6A. Windows color (decimal): -8882928 or 1078648. OLE color: 1078648.

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

Color convert

RGB 120 117 16 -
CMYK 0 0.02 0.87 0.53
HSL 58.27º 0.76% 0.27% -
HSV(B) 58.27º 0.87% 0.47% -
XYZ 14.2 16.75 2.98 -
YUV 106.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 120 117 16 0 0.02 0.87 0.53 58.27 0.76 0.27
Hex 78 75 10 0 2 57 35 3A 4C 1B
Octal 170 165 20 0 2 127 65 72 114 33
Binary 1111000 1110101 10000 0 10 1010111 110101 111010 1001100 11011

Color Harmonies of #787510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787510

Black with #787510

Text Example


Text Example

White with #787510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787510; }

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

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

background-color css

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

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

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

border-color css

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

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

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