Html Css Color HEX #758210 Olive

📋 copy color: '#758210'

red 117 ◦ green 130 ◦ blue 16

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

Shades of Olive #758210

Tints of Olive #758210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 49.43%

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

R = 44.49%
G = 49.43%
B = 6.08%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#758210 (or 0x758210) is known color: Olive. HEX triplet: 75, 82 and 10. RGB value is (117,130,16). Sum of RGB (Red+Green+Blue) = 117+130+16=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #758210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758210 is #8A7DEF. Grayscale: #717171. Windows color (decimal): -9076208 or 1081973. OLE color: 1081973.

HSL color Cylindrical-coordinate representation of color #758210: hue angle of 66.84º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #758210 is Cyan = 0.1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 130 16 -
CMYK 0.1 0 0.88 0.49
HSL 66.84º 0.78% 0.29% -
HSV(B) 66.84º 0.88% 0.51% -
XYZ 15.41 19.78 3.5 -
YUV 113.12 73.19 130.77 -
System Red Green Blue C M Y K H S L
Decimal 117 130 16 0.1 0 0.88 0.49 66.84 0.78 0.29
Hex 75 82 10 A 0 58 31 43 4E 1D
Octal 165 202 20 12 0 130 61 103 116 35
Binary 1110101 10000010 10000 1010 0 1011000 110001 1000011 1001110 11101

Color Harmonies of #758210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758210

Black with #758210

Text Example


Text Example

White with #758210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758210; }

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

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

background-color css

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

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

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

border-color css

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

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

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