Html Css Color HEX #759B2F Sushi

📋 copy color: '#759B2F'

red 117 ◦ green 155 ◦ blue 47

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

Shades of Sushi #759B2F

Tints of Sushi #759B2F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.59%

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

R = 36.68%
G = 48.59%
B = 14.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.70

 K value IS 0.39

RGB Variations

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

Color information

#759B2F (or 0x759B2F) is known color: Sushi. HEX triplet: 75, 9B and 2F. RGB value is (117,155,47). Sum of RGB (Red+Green+Blue) = 117+155+47=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 155 - color contains mainly: green. Hex color #759B2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B2F is #8A64D0. Grayscale: #838383. Windows color (decimal): -9069777 or 3119989. OLE color: 3119989.

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

Color convert

RGB 117 155 47 -
CMYK 0.25 0 0.70 0.39
HSL 81.11º 0.53% 0.4% -
HSV(B) 81.11º 0.7% 0.61% -
XYZ 19.57 27.43 6.95 -
YUV 131.33 80.41 117.78 -
System Red Green Blue C M Y K H S L
Decimal 117 155 47 0.25 0 0.70 0.39 81.11 0.53 0.4
Hex 75 9B 2F 19 0 46 27 51 35 28
Octal 165 233 57 31 0 106 47 121 65 50
Binary 1110101 10011011 101111 11001 0 1000110 100111 1010001 110101 101000

Color Harmonies of #759B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B2F

Black with #759B2F

Text Example


Text Example

White with #759B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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