Html Css Color HEX #759431 Sushi

📋 copy color: '#759431'

red 117 ◦ green 148 ◦ blue 49

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

Shades of Sushi #759431

Tints of Sushi #759431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 37.26%
G = 47.13%
B = 15.61%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#759431 (or 0x759431) is known color: Sushi. HEX triplet: 75, 94 and 31. RGB value is (117,148,49). Sum of RGB (Red+Green+Blue) = 117+148+49=314 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.26% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 148 - color contains mainly: green. Hex color #759431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759431 is #8A6BCE. Grayscale: #7F7F7F. Windows color (decimal): -9071567 or 3249269. OLE color: 3249269.

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

Color convert

RGB 117 148 49 -
CMYK 0.21 0 0.67 0.42
HSL 78.79º 0.5% 0.39% -
HSV(B) 78.79º 0.67% 0.58% -
XYZ 18.48 25.18 6.79 -
YUV 127.45 83.73 120.55 -
System Red Green Blue C M Y K H S L
Decimal 117 148 49 0.21 0 0.67 0.42 78.79 0.5 0.39
Hex 75 94 31 15 0 43 2A 4F 32 27
Octal 165 224 61 25 0 103 52 117 62 47
Binary 1110101 10010100 110001 10101 0 1000011 101010 1001111 110010 100111

Color Harmonies of #759431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759431

Black with #759431

Text Example


Text Example

White with #759431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759431; }

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

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

background-color css

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

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

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

border-color css

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

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

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