Html Css Color HEX #757039 Crete

📋 copy color: '#757039'

red 117 ◦ green 112 ◦ blue 57

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

Shades of Crete #757039

Tints of Crete #757039

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.16%

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

R = 40.91%
G = 39.16%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.54

RGB Variations

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

Color information

#757039 (or 0x757039) is known color: Crete. HEX triplet: 75, 70 and 39. RGB value is (117,112,57). Sum of RGB (Red+Green+Blue) = 117+112+57=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #757039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757039 is #8A8FC6. Grayscale: #6B6B6B. Windows color (decimal): -9080775 or 3764341. OLE color: 3764341.

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

Color convert

RGB 117 112 57 -
CMYK 0 0.04 0.51 0.54
HSL 55º 0.34% 0.34% -
HSV(B) 55º 0.51% 0.46% -
XYZ 13.87 15.67 6.16 -
YUV 107.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 117 112 57 0 0.04 0.51 0.54 55 0.34 0.34
Hex 75 70 39 0 4 33 36 37 22 22
Octal 165 160 71 0 4 63 66 67 42 42
Binary 1110101 1110000 111001 0 100 110011 110110 110111 100010 100010

Color Harmonies of #757039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757039

Black with #757039

Text Example


Text Example

White with #757039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757039; }

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

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

background-color css

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

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

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

border-color css

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

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

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