Html Css Color HEX #759F43 Sushi

📋 copy color: '#759F43'

red 117 ◦ green 159 ◦ blue 67

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

Shades of Sushi #759F43

Tints of Sushi #759F43

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.36%

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 34.11%
G = 46.36%
B = 19.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#759F43 (or 0x759F43) is known color: Sushi. HEX triplet: 75, 9F and 43. RGB value is (117,159,67). Sum of RGB (Red+Green+Blue) = 117+159+67=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 159 (62.5% from 255 or 46.36% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 159 - color contains mainly: green. Hex color #759F43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759F43 is #8A60BC. Grayscale: #888888. Windows color (decimal): -9068733 or 4431733. OLE color: 4431733.

HSL color Cylindrical-coordinate representation of color #759F43: hue angle of 87.39º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #759F43 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 159 67 -
CMYK 0.26 0 0.58 0.38
HSL 87.39º 0.41% 0.44% -
HSV(B) 87.39º 0.58% 0.62% -
XYZ 20.75 28.98 9.81 -
YUV 135.95 89.09 114.48 -
System Red Green Blue C M Y K H S L
Decimal 117 159 67 0.26 0 0.58 0.38 87.39 0.41 0.44
Hex 75 9F 43 1A 0 3A 26 57 29 2C
Octal 165 237 103 32 0 72 46 127 51 54
Binary 1110101 10011111 1000011 11010 0 111010 100110 1010111 101001 101100

Color Harmonies of #759F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759F43

Black with #759F43

Text Example


Text Example

White with #759F43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,159,67); }

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

background-color css

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

 a { background-color: rgb(117,159,67); }

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

border-color css

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

 span { border-color: rgb(117,159,67); }

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