Html Css Color HEX #75A936 Sushi

📋 copy color: '#75A936'

red 117 ◦ green 169 ◦ blue 54

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

Shades of Sushi #75A936

Tints of Sushi #75A936

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.71%

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 34.41%
G = 49.71%
B = 15.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#75A936 (or 0x75A936) is known color: Sushi. HEX triplet: 75, A9 and 36. RGB value is (117,169,54). Sum of RGB (Red+Green+Blue) = 117+169+54=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 169 (66.41% from 255 or 49.71% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 169 - color contains mainly: green. Hex color #75A936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A936 is #8A56C9. Grayscale: #8C8C8C. Windows color (decimal): -9066186 or 3582325. OLE color: 3582325.

HSL color Cylindrical-coordinate representation of color #75A936: hue angle of 87.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #75A936 is Cyan = 0.31, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 169 54 -
CMYK 0.31 0 0.68 0.34
HSL 87.13º 0.52% 0.44% -
HSV(B) 87.13º 0.68% 0.66% -
XYZ 22.19 32.42 8.58 -
YUV 140.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 117 169 54 0.31 0 0.68 0.34 87.13 0.52 0.44
Hex 75 A9 36 1F 0 44 22 57 34 2C
Octal 165 251 66 37 0 104 42 127 64 54
Binary 1110101 10101001 110110 11111 0 1000100 100010 1010111 110100 101100

Color Harmonies of #75A936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A936

Black with #75A936

Text Example


Text Example

White with #75A936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A936; }

 p { color: rgb(117,169,54); }

 H1.HeaderClassName
 {
   color: #75A936;
 }
 .AnyTagClassName
 {
   color: #75A936;
 }
</style>

background-color css

<style>
 a { background-color: #75A936; }

 a { background-color: rgb(117,169,54); }

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

border-color css

<style>
 span { border-color: #75A936; }

 span { border-color: rgb(117,169,54); }

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