Html Css Color HEX #757835 Crete

📋 copy color: '#757835'

red 117 ◦ green 120 ◦ blue 53

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

Shades of Crete #757835

Tints of Crete #757835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.38%

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

R = 40.34%
G = 41.38%
B = 18.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#757835 (or 0x757835) is known color: Crete. HEX triplet: 75, 78 and 35. RGB value is (117,120,53). Sum of RGB (Red+Green+Blue) = 117+120+53=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #757835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757835 is #8A87CA. Grayscale: #6F6F6F. Windows color (decimal): -9078731 or 3504245. OLE color: 3504245.

HSL color Cylindrical-coordinate representation of color #757835: hue angle of 62.69º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #757835 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 53 -
CMYK 0.02 0 0.56 0.53
HSL 62.69º 0.39% 0.34% -
HSV(B) 62.69º 0.56% 0.47% -
XYZ 14.7 17.47 5.97 -
YUV 111.47 95.01 131.95 -
System Red Green Blue C M Y K H S L
Decimal 117 120 53 0.02 0 0.56 0.53 62.69 0.39 0.34
Hex 75 78 35 2 0 38 35 3F 27 22
Octal 165 170 65 2 0 70 65 77 47 42
Binary 1110101 1111000 110101 10 0 111000 110101 111111 100111 100010

Color Harmonies of #757835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757835

Black with #757835

Text Example


Text Example

White with #757835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757835; }

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

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

background-color css

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

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

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

border-color css

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

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

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