Html Css Color HEX #757125 Olivetone

📋 copy color: '#757125'

red 117 ◦ green 113 ◦ blue 37

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

Shades of Olivetone #757125

Tints of Olivetone #757125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.86%

R = 43.82%
G = 42.32%
B = 13.86%

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

#757125 (or 0x757125) is known color: Olivetone. HEX triplet: 75, 71 and 25. RGB value is (117,113,37). Sum of RGB (Red+Green+Blue) = 117+113+37=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #757125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757125 is #8A8EDA. Grayscale: #696969. Windows color (decimal): -9080539 or 2453877. OLE color: 2453877.

HSL color Cylindrical-coordinate representation of color #757125: hue angle of 57º degrees, saturation: 0.52, 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 #757125 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 113 37 -
CMYK 0 0.03 0.68 0.54
HSL 57º 0.52% 0.3% -
HSV(B) 57º 0.68% 0.46% -
XYZ 13.58 15.73 4.07 -
YUV 105.53 89.33 136.18 -
System Red Green Blue C M Y K H S L
Decimal 117 113 37 0 0.03 0.68 0.54 57 0.52 0.3
Hex 75 71 25 0 3 44 36 39 34 1E
Octal 165 161 45 0 3 104 66 71 64 36
Binary 1110101 1110001 100101 0 11 1000100 110110 111001 110100 11110

Color Harmonies of #757125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757125

Black with #757125

Text Example


Text Example

White with #757125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757125; }

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

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

background-color css

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

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

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

border-color css

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

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

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