Html Css Color HEX #759C39 Sushi

📋 copy color: '#759C39'

red 117 ◦ green 156 ◦ blue 57

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

Shades of Sushi #759C39

Tints of Sushi #759C39

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

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

R = 35.45%
G = 47.27%
B = 17.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#759C39 (or 0x759C39) is known color: Sushi. HEX triplet: 75, 9C and 39. RGB value is (117,156,57). Sum of RGB (Red+Green+Blue) = 117+156+57=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 57 (22.66% from 255 or 17.27% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #759C39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C39 is #8A63C6. Grayscale: #858585. Windows color (decimal): -9069511 or 3775605. OLE color: 3775605.

HSL color Cylindrical-coordinate representation of color #759C39: hue angle of 83.64º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #759C39 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 156 57 -
CMYK 0.25 0 0.63 0.39
HSL 83.64º 0.46% 0.42% -
HSV(B) 83.64º 0.63% 0.61% -
XYZ 19.96 27.85 8.2 -
YUV 133.05 85.08 116.55 -
System Red Green Blue C M Y K H S L
Decimal 117 156 57 0.25 0 0.63 0.39 83.64 0.46 0.42
Hex 75 9C 39 19 0 3F 27 54 2E 2A
Octal 165 234 71 31 0 77 47 124 56 52
Binary 1110101 10011100 111001 11001 0 111111 100111 1010100 101110 101010

Color Harmonies of #759C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C39

Black with #759C39

Text Example


Text Example

White with #759C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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