Html Css Color HEX #757138 Crete

📋 copy color: '#757138'

red 117 ◦ green 113 ◦ blue 56

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

Shades of Crete #757138

Tints of Crete #757138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 40.91%
G = 39.51%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#757138 (or 0x757138) is known color: Crete. HEX triplet: 75, 71 and 38. RGB value is (117,113,56). Sum of RGB (Red+Green+Blue) = 117+113+56=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #757138 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757138 is #8A8EC7. Grayscale: #6B6B6B. Windows color (decimal): -9080520 or 3699061. OLE color: 3699061.

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

Color convert

RGB 117 113 56 -
CMYK 0 0.03 0.52 0.54
HSL 56.07º 0.35% 0.34% -
HSV(B) 56.07º 0.52% 0.46% -
XYZ 13.96 15.88 6.07 -
YUV 107.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 117 113 56 0 0.03 0.52 0.54 56.07 0.35 0.34
Hex 75 71 38 0 3 34 36 38 23 22
Octal 165 161 70 0 3 64 66 70 43 42
Binary 1110101 1110001 111000 0 11 110100 110110 111000 100011 100010

Color Harmonies of #757138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757138

Black with #757138

Text Example


Text Example

White with #757138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757138; }

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

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

background-color css

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

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

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

border-color css

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

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

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