Html Css Color HEX #757635 Crete

📋 copy color: '#757635'

red 117 ◦ green 118 ◦ blue 53

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

Shades of Crete #757635

Tints of Crete #757635

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 53 (21.09% from 255) = 18.4%

R = 40.63%
G = 40.97%
B = 18.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#757635 (or 0x757635) is known color: Crete. HEX triplet: 75, 76 and 35. RGB value is (117,118,53). Sum of RGB (Red+Green+Blue) = 117+118+53=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #757635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757635 is #8A89CA. Grayscale: #6E6E6E. Windows color (decimal): -9079243 or 3503733. OLE color: 3503733.

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

Color convert

RGB 117 118 53 -
CMYK 0.01 0 0.55 0.54
HSL 60.92º 0.38% 0.34% -
HSV(B) 60.92º 0.55% 0.46% -
XYZ 14.46 17 5.89 -
YUV 110.29 95.67 132.79 -
System Red Green Blue C M Y K H S L
Decimal 117 118 53 0.01 0 0.55 0.54 60.92 0.38 0.34
Hex 75 76 35 1 0 37 36 3D 26 22
Octal 165 166 65 1 0 67 66 75 46 42
Binary 1110101 1110110 110101 1 0 110111 110110 111101 100110 100010

Color Harmonies of #757635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757635

Black with #757635

Text Example


Text Example

White with #757635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757635; }

 p { color: rgb(117,118,53); }

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

background-color css

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

 a { background-color: rgb(117,118,53); }

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

border-color css

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

 span { border-color: rgb(117,118,53); }

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