Html Css Color HEX #757115 Olivetone

📋 copy color: '#757115'

red 117 ◦ green 113 ◦ blue 21

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

Shades of Olivetone #757115

Tints of Olivetone #757115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 45.02%

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 46.61%
G = 45.02%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#757115 (or 0x757115) is known color: Olivetone. HEX triplet: 75, 71 and 15. RGB value is (117,113,21). Sum of RGB (Red+Green+Blue) = 117+113+21=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #757115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757115 is #8A8EEA. Grayscale: #686868. Windows color (decimal): -9080555 or 1405301. OLE color: 1405301.

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

Color convert

RGB 117 113 21 -
CMYK 0 0.03 0.82 0.54
HSL 57.5º 0.7% 0.27% -
HSV(B) 57.5º 0.82% 0.46% -
XYZ 13.38 15.65 3.02 -
YUV 103.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 117 113 21 0 0.03 0.82 0.54 57.5 0.7 0.27
Hex 75 71 15 0 3 52 36 3A 46 1B
Octal 165 161 25 0 3 122 66 72 106 33
Binary 1110101 1110001 10101 0 11 1010010 110110 111010 1000110 11011

Color Harmonies of #757115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757115

Black with #757115

Text Example


Text Example

White with #757115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757115; }

 p { color: rgb(117,113,21); }

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

background-color css

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

 a { background-color: rgb(117,113,21); }

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

border-color css

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

 span { border-color: rgb(117,113,21); }

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