Html Css Color HEX #75913D Sushi

📋 copy color: '#75913D'

red 117 ◦ green 145 ◦ blue 61

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

Shades of Sushi #75913D

Tints of Sushi #75913D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 36.22%
G = 44.89%
B = 18.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.43

RGB Variations

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

Color information

#75913D (or 0x75913D) is known color: Sushi. HEX triplet: 75, 91 and 3D. RGB value is (117,145,61). Sum of RGB (Red+Green+Blue) = 117+145+61=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #75913D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913D is #8A6EC2. Grayscale: #7F7F7F. Windows color (decimal): -9072323 or 4034933. OLE color: 4034933.

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

Color convert

RGB 117 145 61 -
CMYK 0.19 0 0.58 0.43
HSL 80º 0.41% 0.4% -
HSV(B) 80º 0.58% 0.57% -
XYZ 18.3 24.37 8.15 -
YUV 127.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 117 145 61 0.19 0 0.58 0.43 80 0.41 0.4
Hex 75 91 3D 13 0 3A 2B 50 29 28
Octal 165 221 75 23 0 72 53 120 51 50
Binary 1110101 10010001 111101 10011 0 111010 101011 1010000 101001 101000

Color Harmonies of #75913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75913D

Black with #75913D

Text Example


Text Example

White with #75913D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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