Html Css Color HEX #757339 Crete

📋 copy color: '#757339'

red 117 ◦ green 115 ◦ blue 57

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

Shades of Crete #757339

Tints of Crete #757339

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.79%

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

R = 40.48%
G = 39.79%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#757339 (or 0x757339) is known color: Crete. HEX triplet: 75, 73 and 39. RGB value is (117,115,57). Sum of RGB (Red+Green+Blue) = 117+115+57=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #757339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757339 is #8A8CC6. Grayscale: #6D6D6D. Windows color (decimal): -9080007 or 3765109. OLE color: 3765109.

HSL color Cylindrical-coordinate representation of color #757339: hue angle of 58º 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 #757339 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 115 57 -
CMYK 0 0.02 0.51 0.54
HSL 58º 0.34% 0.34% -
HSV(B) 58º 0.51% 0.46% -
XYZ 14.21 16.34 6.28 -
YUV 108.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 117 115 57 0 0.02 0.51 0.54 58 0.34 0.34
Hex 75 73 39 0 2 33 36 3A 22 22
Octal 165 163 71 0 2 63 66 72 42 42
Binary 1110101 1110011 111001 0 10 110011 110110 111010 100010 100010

Color Harmonies of #757339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757339

Black with #757339

Text Example


Text Example

White with #757339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757339; }

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

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

background-color css

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

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

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

border-color css

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

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

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