Html Css Color HEX #758310 Olive

📋 copy color: '#758310'

red 117 ◦ green 131 ◦ blue 16

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

Shades of Olive #758310

Tints of Olive #758310

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.62%

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

R = 44.32%
G = 49.62%
B = 6.06%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#758310 (or 0x758310) is known color: Olive. HEX triplet: 75, 83 and 10. RGB value is (117,131,16). Sum of RGB (Red+Green+Blue) = 117+131+16=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 131 (51.56% from 255 or 49.62% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 131 - color contains mainly: green. Hex color #758310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #758310 is #8A7CEF. Grayscale: #727272. Windows color (decimal): -9075952 or 1082229. OLE color: 1082229.

HSL color Cylindrical-coordinate representation of color #758310: hue angle of 67.3º 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 #758310 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 16 -
CMYK 0.11 0 0.88 0.49
HSL 67.3º 0.78% 0.29% -
HSV(B) 67.3º 0.88% 0.51% -
XYZ 15.55 20.05 3.54 -
YUV 113.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 117 131 16 0.11 0 0.88 0.49 67.3 0.78 0.29
Hex 75 83 10 B 0 58 31 43 4E 1D
Octal 165 203 20 13 0 130 61 103 116 35
Binary 1110101 10000011 10000 1011 0 1011000 110001 1000011 1001110 11101

Color Harmonies of #758310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758310

Black with #758310

Text Example


Text Example

White with #758310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758310; }

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

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

background-color css

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

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

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

border-color css

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

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

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