Html Css Color HEX #788510 Olive

📋 copy color: '#788510'

red 120 ◦ green 133 ◦ blue 16

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

Shades of Olive #788510

Tints of Olive #788510

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.44%

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

R = 44.61%
G = 49.44%
B = 5.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#788510 (or 0x788510) is known color: Olive. HEX triplet: 78, 85 and 10. RGB value is (120,133,16). Sum of RGB (Red+Green+Blue) = 120+133+16=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #788510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788510 is #877AEF. Grayscale: #747474. Windows color (decimal): -8878832 or 1082744. OLE color: 1082744.

HSL color Cylindrical-coordinate representation of color #788510: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #788510 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 133 16 -
CMYK 0.10 0 0.88 0.48
HSL 66.67º 0.79% 0.29% -
HSV(B) 66.67º 0.88% 0.52% -
XYZ 16.23 20.81 3.65 -
YUV 115.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 120 133 16 0.10 0 0.88 0.48 66.67 0.79 0.29
Hex 78 85 10 A 0 58 30 43 4F 1D
Octal 170 205 20 12 0 130 60 103 117 35
Binary 1111000 10000101 10000 1010 0 1011000 110000 1000011 1001111 11101

Color Harmonies of #788510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788510

Black with #788510

Text Example


Text Example

White with #788510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788510; }

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

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

background-color css

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

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

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

border-color css

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

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

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