Html Css Color HEX #75913E Sushi

📋 copy color: '#75913E'

red 117 ◦ green 145 ◦ blue 62

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

Shades of Sushi #75913E

Tints of Sushi #75913E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 36.11%
G = 44.75%
B = 19.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#75913E (or 0x75913E) is known color: Sushi. HEX triplet: 75, 91 and 3E. RGB value is (117,145,62). Sum of RGB (Red+Green+Blue) = 117+145+62=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #75913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913E is #8A6EC1. Grayscale: #7F7F7F. Windows color (decimal): -9072322 or 4100469. OLE color: 4100469.

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

Color convert

RGB 117 145 62 -
CMYK 0.19 0 0.57 0.43
HSL 80.24º 0.4% 0.41% -
HSV(B) 80.24º 0.57% 0.57% -
XYZ 18.33 24.38 8.3 -
YUV 127.17 91.22 120.75 -
System Red Green Blue C M Y K H S L
Decimal 117 145 62 0.19 0 0.57 0.43 80.24 0.4 0.41
Hex 75 91 3E 13 0 39 2B 50 28 29
Octal 165 221 76 23 0 71 53 120 50 51
Binary 1110101 10010001 111110 10011 0 111001 101011 1010000 101000 101001

Color Harmonies of #75913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75913E

Black with #75913E

Text Example


Text Example

White with #75913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75913E; }

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

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

background-color css

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

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

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

border-color css

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

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

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