Html Css Color HEX #759430 Sushi

📋 copy color: '#759430'

red 117 ◦ green 148 ◦ blue 48

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

Shades of Sushi #759430

Tints of Sushi #759430

RGB

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

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

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

R = 37.38%
G = 47.28%
B = 15.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#759430 (or 0x759430) is known color: Sushi. HEX triplet: 75, 94 and 30. RGB value is (117,148,48). Sum of RGB (Red+Green+Blue) = 117+148+48=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #759430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #759430 is #8A6BCF. Grayscale: #7F7F7F. Windows color (decimal): -9071568 or 3183733. OLE color: 3183733.

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

Color convert

RGB 117 148 48 -
CMYK 0.21 0 0.68 0.42
HSL 78.6º 0.51% 0.38% -
HSV(B) 78.6º 0.68% 0.58% -
XYZ 18.46 25.18 6.68 -
YUV 127.33 83.23 120.63 -
System Red Green Blue C M Y K H S L
Decimal 117 148 48 0.21 0 0.68 0.42 78.6 0.51 0.38
Hex 75 94 30 15 0 44 2A 4F 33 26
Octal 165 224 60 25 0 104 52 117 63 46
Binary 1110101 10010100 110000 10101 0 1000100 101010 1001111 110011 100110

Color Harmonies of #759430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759430

Black with #759430

Text Example


Text Example

White with #759430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759430; }

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

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

background-color css

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

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

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

border-color css

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

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

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