Html Css Color HEX #759D2F Sushi

📋 copy color: '#759D2F'

red 117 ◦ green 157 ◦ blue 47

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

Shades of Sushi #759D2F

Tints of Sushi #759D2F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 48.91%

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 36.45%
G = 48.91%
B = 14.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#759D2F (or 0x759D2F) is known color: Sushi. HEX triplet: 75, 9D and 2F. RGB value is (117,157,47). Sum of RGB (Red+Green+Blue) = 117+157+47=321 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.45% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #759D2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759D2F is #8A62D0. Grayscale: #848484. Windows color (decimal): -9069265 or 3120501. OLE color: 3120501.

HSL color Cylindrical-coordinate representation of color #759D2F: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #759D2F is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 157 47 -
CMYK 0.25 0 0.70 0.38
HSL 81.82º 0.54% 0.4% -
HSV(B) 81.82º 0.7% 0.62% -
XYZ 19.91 28.1 7.06 -
YUV 132.5 79.75 116.94 -
System Red Green Blue C M Y K H S L
Decimal 117 157 47 0.25 0 0.70 0.38 81.82 0.54 0.4
Hex 75 9D 2F 19 0 46 26 52 36 28
Octal 165 235 57 31 0 106 46 122 66 50
Binary 1110101 10011101 101111 11001 0 1000110 100110 1010010 110110 101000

Color Harmonies of #759D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759D2F

Black with #759D2F

Text Example


Text Example

White with #759D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,157,47); }

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

background-color css

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

 a { background-color: rgb(117,157,47); }

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

border-color css

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

 span { border-color: rgb(117,157,47); }

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