Html Css Color HEX #757114 Olivetone

📋 copy color: '#757114'

red 117 ◦ green 113 ◦ blue 20

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

Shades of Olivetone #757114

Tints of Olivetone #757114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8%

R = 46.8%
G = 45.2%
B = 8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#757114 (or 0x757114) is known color: Olivetone. HEX triplet: 75, 71 and 14. RGB value is (117,113,20). Sum of RGB (Red+Green+Blue) = 117+113+20=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 113 (44.53% from 255 or 45.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #757114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757114 is #8A8EEB. Grayscale: #676767. Windows color (decimal): -9080556 or 1339765. OLE color: 1339765.

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

Color convert

RGB 117 113 20 -
CMYK 0 0.03 0.83 0.54
HSL 57.53º 0.71% 0.27% -
HSV(B) 57.53º 0.83% 0.46% -
XYZ 13.37 15.64 2.98 -
YUV 103.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 117 113 20 0 0.03 0.83 0.54 57.53 0.71 0.27
Hex 75 71 14 0 3 53 36 3A 47 1B
Octal 165 161 24 0 3 123 66 72 107 33
Binary 1110101 1110001 10100 0 11 1010011 110110 111010 1000111 11011

Color Harmonies of #757114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757114

Black with #757114

Text Example


Text Example

White with #757114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757114; }

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

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

background-color css

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

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

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

border-color css

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

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

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