Html Css Color HEX #758F37 Sushi

📋 copy color: '#758F37'

red 117 ◦ green 143 ◦ blue 55

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

Shades of Sushi #758F37

Tints of Sushi #758F37

RGB

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

 GREEN value IS 143 (56.25% from 255) = 45.4%

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 37.14%
G = 45.4%
B = 17.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.44

RGB Variations

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

Color information

#758F37 (or 0x758F37) is known color: Sushi. HEX triplet: 75, 8F and 37. RGB value is (117,143,55). Sum of RGB (Red+Green+Blue) = 117+143+55=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 143 - color contains mainly: green. Hex color #758F37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F37 is #8A70C8. Grayscale: #7D7D7D. Windows color (decimal): -9072841 or 3641205. OLE color: 3641205.

HSL color Cylindrical-coordinate representation of color #758F37: hue angle of 77.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #758F37 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 143 55 -
CMYK 0.18 0 0.62 0.44
HSL 77.73º 0.44% 0.39% -
HSV(B) 77.73º 0.62% 0.56% -
XYZ 17.85 23.7 7.25 -
YUV 125.19 88.39 122.16 -
System Red Green Blue C M Y K H S L
Decimal 117 143 55 0.18 0 0.62 0.44 77.73 0.44 0.39
Hex 75 8F 37 12 0 3E 2C 4E 2C 27
Octal 165 217 67 22 0 76 54 116 54 47
Binary 1110101 10001111 110111 10010 0 111110 101100 1001110 101100 100111

Color Harmonies of #758F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F37

Black with #758F37

Text Example


Text Example

White with #758F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758F37; }

 p { color: rgb(117,143,55); }

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

background-color css

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

 a { background-color: rgb(117,143,55); }

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

border-color css

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

 span { border-color: rgb(117,143,55); }

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