Html Css Color HEX #758F35 Sushi

📋 copy color: '#758F35'

red 117 ◦ green 143 ◦ blue 53

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

Shades of Sushi #758F35

Tints of Sushi #758F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.93%

R = 37.38%
G = 45.69%
B = 16.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#758F35 (or 0x758F35) is known color: Sushi. HEX triplet: 75, 8F and 35. RGB value is (117,143,53). Sum of RGB (Red+Green+Blue) = 117+143+53=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 143 - color contains mainly: green. Hex color #758F35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #758F35 is #8A70CA. Grayscale: #7D7D7D. Windows color (decimal): -9072843 or 3510133. OLE color: 3510133.

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

Color convert

RGB 117 143 53 -
CMYK 0.18 0 0.63 0.44
HSL 77.33º 0.46% 0.38% -
HSV(B) 77.33º 0.63% 0.56% -
XYZ 17.8 23.68 7 -
YUV 124.97 87.39 122.32 -
System Red Green Blue C M Y K H S L
Decimal 117 143 53 0.18 0 0.63 0.44 77.33 0.46 0.38
Hex 75 8F 35 12 0 3F 2C 4D 2E 26
Octal 165 217 65 22 0 77 54 115 56 46
Binary 1110101 10001111 110101 10010 0 111111 101100 1001101 101110 100110

Color Harmonies of #758F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758F35

Black with #758F35

Text Example


Text Example

White with #758F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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