Html Css Color HEX #757118 Olivetone

📋 copy color: '#757118'

red 117 ◦ green 113 ◦ blue 24

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

Shades of Olivetone #757118

Tints of Olivetone #757118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.45%

R = 46.06%
G = 44.49%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757118 (or 0x757118) is known color: Olivetone. HEX triplet: 75, 71 and 18. RGB value is (117,113,24). Sum of RGB (Red+Green+Blue) = 117+113+24=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757118 is #8A8EE7. Grayscale: #686868. Windows color (decimal): -9080552 or 1601909. OLE color: 1601909.

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

Color convert

RGB 117 113 24 -
CMYK 0 0.03 0.79 0.54
HSL 57.42º 0.66% 0.28% -
HSV(B) 57.42º 0.79% 0.46% -
XYZ 13.41 15.66 3.18 -
YUV 104.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 117 113 24 0 0.03 0.79 0.54 57.42 0.66 0.28
Hex 75 71 18 0 3 4F 36 39 42 1C
Octal 165 161 30 0 3 117 66 71 102 34
Binary 1110101 1110001 11000 0 11 1001111 110110 111001 1000010 11100

Color Harmonies of #757118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757118

Black with #757118

Text Example


Text Example

White with #757118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757118; }

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

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

background-color css

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

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

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

border-color css

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

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

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