Html Css Color HEX #759B3F Sushi

📋 copy color: '#759B3F'

red 117 ◦ green 155 ◦ blue 63

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

Shades of Sushi #759B3F

Tints of Sushi #759B3F

RGB

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

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

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

R = 34.93%
G = 46.27%
B = 18.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#759B3F (or 0x759B3F) is known color: Sushi. HEX triplet: 75, 9B and 3F. RGB value is (117,155,63). Sum of RGB (Red+Green+Blue) = 117+155+63=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 155 (60.94% from 255 or 46.27% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 155 - color contains mainly: green. Hex color #759B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759B3F is #8A64C0. Grayscale: #858585. Windows color (decimal): -9069761 or 4168565. OLE color: 4168565.

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

Color convert

RGB 117 155 63 -
CMYK 0.25 0 0.59 0.39
HSL 84.78º 0.42% 0.43% -
HSV(B) 84.78º 0.59% 0.61% -
XYZ 19.95 27.58 8.98 -
YUV 133.15 88.41 116.48 -
System Red Green Blue C M Y K H S L
Decimal 117 155 63 0.25 0 0.59 0.39 84.78 0.42 0.43
Hex 75 9B 3F 19 0 3B 27 55 2A 2B
Octal 165 233 77 31 0 73 47 125 52 53
Binary 1110101 10011011 111111 11001 0 111011 100111 1010101 101010 101011

Color Harmonies of #759B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B3F

Black with #759B3F

Text Example


Text Example

White with #759B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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