Html Css Color HEX #75913F Sushi

📋 copy color: '#75913F'

red 117 ◦ green 145 ◦ blue 63

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

Shades of Sushi #75913F

Tints of Sushi #75913F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 36%
G = 44.62%
B = 19.38%

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

#75913F (or 0x75913F) is known color: Sushi. HEX triplet: 75, 91 and 3F. RGB value is (117,145,63). Sum of RGB (Red+Green+Blue) = 117+145+63=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #75913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75913F is #8A6EC0. Grayscale: #7F7F7F. Windows color (decimal): -9072321 or 4166005. OLE color: 4166005.

HSL color Cylindrical-coordinate representation of color #75913F: hue angle of 80.49º degrees, saturation: 0.39, 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 #75913F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 117 145 63 -
CMYK 0.19 0 0.57 0.43
HSL 80.49º 0.39% 0.41% -
HSV(B) 80.49º 0.57% 0.57% -
XYZ 18.36 24.39 8.44 -
YUV 127.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 117 145 63 0.19 0 0.57 0.43 80.49 0.39 0.41
Hex 75 91 3F 13 0 39 2B 50 27 29
Octal 165 221 77 23 0 71 53 120 47 51
Binary 1110101 10010001 111111 10011 0 111001 101011 1010000 100111 101001

Color Harmonies of #75913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75913F

Black with #75913F

Text Example


Text Example

White with #75913F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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