Html Css Color HEX #75912F Sushi

📋 copy color: '#75912F'

red 117 ◦ green 145 ◦ blue 47

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

Shades of Sushi #75912F

Tints of Sushi #75912F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.21%

R = 37.86%
G = 46.93%
B = 15.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#75912F (or 0x75912F) is known color: Sushi. HEX triplet: 75, 91 and 2F. RGB value is (117,145,47). Sum of RGB (Red+Green+Blue) = 117+145+47=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #75912F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75912F is #8A6ED0. Grayscale: #7D7D7D. Windows color (decimal): -9072337 or 3117429. OLE color: 3117429.

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

Color convert

RGB 117 145 47 -
CMYK 0.19 0 0.68 0.43
HSL 77.14º 0.51% 0.38% -
HSV(B) 77.14º 0.68% 0.57% -
XYZ 17.97 24.24 6.42 -
YUV 125.46 83.72 121.97 -
System Red Green Blue C M Y K H S L
Decimal 117 145 47 0.19 0 0.68 0.43 77.14 0.51 0.38
Hex 75 91 2F 13 0 44 2B 4D 33 26
Octal 165 221 57 23 0 104 53 115 63 46
Binary 1110101 10010001 101111 10011 0 1000100 101011 1001101 110011 100110

Color Harmonies of #75912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75912F

Black with #75912F

Text Example


Text Example

White with #75912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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