Html Css Color HEX #75A24E Asparagus

📋 copy color: '#75A24E'

red 117 ◦ green 162 ◦ blue 78

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

Shades of Asparagus #75A24E

Tints of Asparagus #75A24E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.38%

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 32.77%
G = 45.38%
B = 21.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#75A24E (or 0x75A24E) is known color: Asparagus. HEX triplet: 75, A2 and 4E. RGB value is (117,162,78). Sum of RGB (Red+Green+Blue) = 117+162+78=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #75A24E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A24E is #8A5DB1. Grayscale: #8B8B8B. Windows color (decimal): -9067954 or 5153397. OLE color: 5153397.

HSL color Cylindrical-coordinate representation of color #75A24E: hue angle of 92.14º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75A24E is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 117 162 78 -
CMYK 0.28 0 0.52 0.36
HSL 92.14º 0.35% 0.47% -
HSV(B) 92.14º 0.52% 0.64% -
XYZ 21.63 30.17 11.89 -
YUV 138.97 93.59 112.33 -
System Red Green Blue C M Y K H S L
Decimal 117 162 78 0.28 0 0.52 0.36 92.14 0.35 0.47
Hex 75 A2 4E 1C 0 34 24 5C 23 2F
Octal 165 242 116 34 0 64 44 134 43 57
Binary 1110101 10100010 1001110 11100 0 110100 100100 1011100 100011 101111

Color Harmonies of #75A24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A24E

Black with #75A24E

Text Example


Text Example

White with #75A24E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,78); }

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

background-color css

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

 a { background-color: rgb(117,162,78); }

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

border-color css

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

 span { border-color: rgb(117,162,78); }

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