Html Css Color HEX #757210 Olive

📋 copy color: '#757210'

red 117 ◦ green 114 ◦ blue 16

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

Shades of Olive #757210

Tints of Olive #757210

RGB

 RED value IS 117 (46.09% from 255) = 47.37%

 GREEN value IS 114 (44.92% from 255) = 46.15%

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

R = 47.37%
G = 46.15%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#757210 (or 0x757210) is known color: Olive. HEX triplet: 75, 72 and 10. RGB value is (117,114,16). Sum of RGB (Red+Green+Blue) = 117+114+16=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 114 (44.92% from 255 or 46.15% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #757210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757210 is #8A8DEF. Grayscale: #686868. Windows color (decimal): -9080304 or 1077877. OLE color: 1077877.

HSL color Cylindrical-coordinate representation of color #757210: hue angle of 58.22º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #757210 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 16 -
CMYK 0 0.03 0.86 0.54
HSL 58.22º 0.76% 0.26% -
HSV(B) 58.22º 0.86% 0.46% -
XYZ 13.45 15.85 2.84 -
YUV 103.73 78.49 137.47 -
System Red Green Blue C M Y K H S L
Decimal 117 114 16 0 0.03 0.86 0.54 58.22 0.76 0.26
Hex 75 72 10 0 3 56 36 3A 4C 1A
Octal 165 162 20 0 3 126 66 72 114 32
Binary 1110101 1110010 10000 0 11 1010110 110110 111010 1001100 11010

Color Harmonies of #757210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757210

Black with #757210

Text Example


Text Example

White with #757210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757210; }

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

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

background-color css

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

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

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

border-color css

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

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

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