Html Css Color HEX #759741 Sushi

📋 copy color: '#759741'

red 117 ◦ green 151 ◦ blue 65

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

Shades of Sushi #759741

Tints of Sushi #759741

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.35%

 BLUE value IS 65 (25.78% from 255) = 19.52%

R = 35.14%
G = 45.35%
B = 19.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#759741 (or 0x759741) is known color: Sushi. HEX triplet: 75, 97 and 41. RGB value is (117,151,65). Sum of RGB (Red+Green+Blue) = 117+151+65=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 151 (59.38% from 255 or 45.35% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 151 - color contains mainly: green. Hex color #759741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759741 is #8A68BE. Grayscale: #838383. Windows color (decimal): -9070783 or 4298613. OLE color: 4298613.

HSL color Cylindrical-coordinate representation of color #759741: hue angle of 83.72º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #759741 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 151 65 -
CMYK 0.23 0 0.57 0.41
HSL 83.72º 0.4% 0.42% -
HSV(B) 83.72º 0.57% 0.59% -
XYZ 19.36 26.3 9.06 -
YUV 131.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 117 151 65 0.23 0 0.57 0.41 83.72 0.4 0.42
Hex 75 97 41 17 0 39 29 54 28 2A
Octal 165 227 101 27 0 71 51 124 50 52
Binary 1110101 10010111 1000001 10111 0 111001 101001 1010100 101000 101010

Color Harmonies of #759741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759741

Black with #759741

Text Example


Text Example

White with #759741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759741; }

 p { color: rgb(117,151,65); }

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

background-color css

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

 a { background-color: rgb(117,151,65); }

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

border-color css

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

 span { border-color: rgb(117,151,65); }

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