Html Css Color HEX #759C3F Sushi

📋 copy color: '#759C3F'

red 117 ◦ green 156 ◦ blue 63

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

Shades of Sushi #759C3F

Tints of Sushi #759C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.75%

R = 34.82%
G = 46.43%
B = 18.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#759C3F (or 0x759C3F) is known color: Sushi. HEX triplet: 75, 9C and 3F. RGB value is (117,156,63). Sum of RGB (Red+Green+Blue) = 117+156+63=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #759C3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759C3F is #8A63C0. Grayscale: #868686. Windows color (decimal): -9069505 or 4168821. OLE color: 4168821.

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

Color convert

RGB 117 156 63 -
CMYK 0.25 0 0.60 0.39
HSL 85.16º 0.42% 0.43% -
HSV(B) 85.16º 0.6% 0.61% -
XYZ 20.12 27.92 9.03 -
YUV 133.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 117 156 63 0.25 0 0.60 0.39 85.16 0.42 0.43
Hex 75 9C 3F 19 0 3C 27 55 2A 2B
Octal 165 234 77 31 0 74 47 125 52 53
Binary 1110101 10011100 111111 11001 0 111100 100111 1010101 101010 101011

Color Harmonies of #759C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759C3F

Black with #759C3F

Text Example


Text Example

White with #759C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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