Html Css Color HEX #75A93D Sushi

📋 copy color: '#75A93D'

red 117 ◦ green 169 ◦ blue 61

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

Shades of Sushi #75A93D

Tints of Sushi #75A93D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 33.72%
G = 48.7%
B = 17.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#75A93D (or 0x75A93D) is known color: Sushi. HEX triplet: 75, A9 and 3D. RGB value is (117,169,61). Sum of RGB (Red+Green+Blue) = 117+169+61=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 169 (66.41% from 255 or 48.70% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 169 - color contains mainly: green. Hex color #75A93D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A93D is #8A56C2. Grayscale: #8D8D8D. Windows color (decimal): -9066179 or 4041077. OLE color: 4041077.

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

Color convert

RGB 117 169 61 -
CMYK 0.31 0 0.64 0.34
HSL 88.89º 0.47% 0.45% -
HSV(B) 88.89º 0.64% 0.66% -
XYZ 22.37 32.49 9.51 -
YUV 141.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 117 169 61 0.31 0 0.64 0.34 88.89 0.47 0.45
Hex 75 A9 3D 1F 0 40 22 59 2F 2D
Octal 165 251 75 37 0 100 42 131 57 55
Binary 1110101 10101001 111101 11111 0 1000000 100010 1011001 101111 101101

Color Harmonies of #75A93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A93D

Black with #75A93D

Text Example


Text Example

White with #75A93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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