Html Css Color HEX #75AD34 Sushi

📋 copy color: '#75AD34'

red 117 ◦ green 173 ◦ blue 52

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

Shades of Sushi #75AD34

Tints of Sushi #75AD34

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.58%

 BLUE value IS 52 (20.7% from 255) = 15.2%

R = 34.21%
G = 50.58%
B = 15.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#75AD34 (or 0x75AD34) is known color: Sushi. HEX triplet: 75, AD and 34. RGB value is (117,173,52). Sum of RGB (Red+Green+Blue) = 117+173+52=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #75AD34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AD34 is #8A52CB. Grayscale: #8E8E8E. Windows color (decimal): -9065164 or 3452277. OLE color: 3452277.

HSL color Cylindrical-coordinate representation of color #75AD34: hue angle of 87.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75AD34 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 173 52 -
CMYK 0.32 0 0.70 0.32
HSL 87.77º 0.54% 0.44% -
HSV(B) 87.77º 0.7% 0.68% -
XYZ 22.9 33.92 8.59 -
YUV 142.46 76.95 109.84 -
System Red Green Blue C M Y K H S L
Decimal 117 173 52 0.32 0 0.70 0.32 87.77 0.54 0.44
Hex 75 AD 34 20 0 46 20 58 36 2C
Octal 165 255 64 40 0 106 40 130 66 54
Binary 1110101 10101101 110100 100000 0 1000110 100000 1011000 110110 101100

Color Harmonies of #75AD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AD34

Black with #75AD34

Text Example


Text Example

White with #75AD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,173,52); }

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

background-color css

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

 a { background-color: rgb(117,173,52); }

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

border-color css

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

 span { border-color: rgb(117,173,52); }

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