Html Css Color HEX #757239 Crete

📋 copy color: '#757239'

red 117 ◦ green 114 ◦ blue 57

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

Shades of Crete #757239

Tints of Crete #757239

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.58%

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 40.63%
G = 39.58%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#757239 (or 0x757239) is known color: Crete. HEX triplet: 75, 72 and 39. RGB value is (117,114,57). Sum of RGB (Red+Green+Blue) = 117+114+57=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #757239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757239 is #8A8DC6. Grayscale: #6C6C6C. Windows color (decimal): -9080263 or 3764853. OLE color: 3764853.

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

Color convert

RGB 117 114 57 -
CMYK 0 0.03 0.51 0.54
HSL 57º 0.34% 0.34% -
HSV(B) 57º 0.51% 0.46% -
XYZ 14.09 16.11 6.24 -
YUV 108.4 98.99 134.13 -
System Red Green Blue C M Y K H S L
Decimal 117 114 57 0 0.03 0.51 0.54 57 0.34 0.34
Hex 75 72 39 0 3 33 36 39 22 22
Octal 165 162 71 0 3 63 66 71 42 42
Binary 1110101 1110010 111001 0 11 110011 110110 111001 100010 100010

Color Harmonies of #757239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757239

Black with #757239

Text Example


Text Example

White with #757239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757239; }

 p { color: rgb(117,114,57); }

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

background-color css

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

 a { background-color: rgb(117,114,57); }

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

border-color css

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

 span { border-color: rgb(117,114,57); }

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