Html Css Color HEX #757126 Olivetone

📋 copy color: '#757126'

red 117 ◦ green 113 ◦ blue 38

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

Shades of Olivetone #757126

Tints of Olivetone #757126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.18%

R = 43.66%
G = 42.16%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#757126 (or 0x757126) is known color: Olivetone. HEX triplet: 75, 71 and 26. RGB value is (117,113,38). Sum of RGB (Red+Green+Blue) = 117+113+38=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #757126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757126 is #8A8ED9. Grayscale: #696969. Windows color (decimal): -9080538 or 2519413. OLE color: 2519413.

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

Color convert

RGB 117 113 38 -
CMYK 0 0.03 0.68 0.54
HSL 56.96º 0.51% 0.3% -
HSV(B) 56.96º 0.68% 0.46% -
XYZ 13.59 15.73 4.15 -
YUV 105.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 117 113 38 0 0.03 0.68 0.54 56.96 0.51 0.3
Hex 75 71 26 0 3 44 36 39 33 1E
Octal 165 161 46 0 3 104 66 71 63 36
Binary 1110101 1110001 100110 0 11 1000100 110110 111001 110011 11110

Color Harmonies of #757126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757126

Black with #757126

Text Example


Text Example

White with #757126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757126; }

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

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

background-color css

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

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

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

border-color css

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

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

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