Html Css Color HEX #759130 Sushi

📋 copy color: '#759130'

red 117 ◦ green 145 ◦ blue 48

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

Shades of Sushi #759130

Tints of Sushi #759130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 48 (19.14% from 255) = 15.48%

R = 37.74%
G = 46.77%
B = 15.48%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#759130 (or 0x759130) is known color: Sushi. HEX triplet: 75, 91 and 30. RGB value is (117,145,48). Sum of RGB (Red+Green+Blue) = 117+145+48=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #759130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759130 is #8A6ECF. Grayscale: #7D7D7D. Windows color (decimal): -9072336 or 3182965. OLE color: 3182965.

HSL color Cylindrical-coordinate representation of color #759130: hue angle of 77.32º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #759130 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 48 -
CMYK 0.19 0 0.67 0.43
HSL 77.32º 0.5% 0.38% -
HSV(B) 77.32º 0.67% 0.57% -
XYZ 18 24.25 6.53 -
YUV 125.57 84.22 121.89 -
System Red Green Blue C M Y K H S L
Decimal 117 145 48 0.19 0 0.67 0.43 77.32 0.5 0.38
Hex 75 91 30 13 0 43 2B 4D 32 26
Octal 165 221 60 23 0 103 53 115 62 46
Binary 1110101 10010001 110000 10011 0 1000011 101011 1001101 110010 100110

Color Harmonies of #759130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759130

Black with #759130

Text Example


Text Example

White with #759130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759130; }

 p { color: rgb(117,145,48); }

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

background-color css

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

 a { background-color: rgb(117,145,48); }

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

border-color css

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

 span { border-color: rgb(117,145,48); }

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