Html Css Color HEX #759440 Sushi

📋 copy color: '#759440'

red 117 ◦ green 148 ◦ blue 64

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

Shades of Sushi #759440

Tints of Sushi #759440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

 BLUE value IS 64 (25.39% from 255) = 19.45%

R = 35.56%
G = 44.98%
B = 19.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#759440 (or 0x759440) is known color: Sushi. HEX triplet: 75, 94 and 40. RGB value is (117,148,64). Sum of RGB (Red+Green+Blue) = 117+148+64=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #759440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759440 is #8A6BBF. Grayscale: #818181. Windows color (decimal): -9071552 or 4232309. OLE color: 4232309.

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

Color convert

RGB 117 148 64 -
CMYK 0.21 0 0.57 0.42
HSL 82.14º 0.4% 0.42% -
HSV(B) 82.14º 0.57% 0.58% -
XYZ 18.85 25.33 8.75 -
YUV 129.16 91.23 119.33 -
System Red Green Blue C M Y K H S L
Decimal 117 148 64 0.21 0 0.57 0.42 82.14 0.4 0.42
Hex 75 94 40 15 0 39 2A 52 28 2A
Octal 165 224 100 25 0 71 52 122 50 52
Binary 1110101 10010100 1000000 10101 0 111001 101010 1010010 101000 101010

Color Harmonies of #759440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759440

Black with #759440

Text Example


Text Example

White with #759440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759440; }

 p { color: rgb(117,148,64); }

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

background-color css

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

 a { background-color: rgb(117,148,64); }

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

border-color css

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

 span { border-color: rgb(117,148,64); }

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