Html Css Color HEX #75A645 Asparagus

📋 copy color: '#75A645'

red 117 ◦ green 166 ◦ blue 69

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

Shades of Asparagus #75A645

Tints of Asparagus #75A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 47.16%

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 33.24%
G = 47.16%
B = 19.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#75A645 (or 0x75A645) is known color: Asparagus. HEX triplet: 75, A6 and 45. RGB value is (117,166,69). Sum of RGB (Red+Green+Blue) = 117+166+69=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 166 - color contains mainly: green. Hex color #75A645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A645 is #8A59BA. Grayscale: #8C8C8C. Windows color (decimal): -9066939 or 4564597. OLE color: 4564597.

HSL color Cylindrical-coordinate representation of color #75A645: hue angle of 90.31º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75A645 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 166 69 -
CMYK 0.30 0 0.58 0.35
HSL 90.31º 0.41% 0.46% -
HSV(B) 90.31º 0.58% 0.65% -
XYZ 22.05 31.48 10.55 -
YUV 140.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 117 166 69 0.30 0 0.58 0.35 90.31 0.41 0.46
Hex 75 A6 45 1E 0 3A 23 5A 29 2E
Octal 165 246 105 36 0 72 43 132 51 56
Binary 1110101 10100110 1000101 11110 0 111010 100011 1011010 101001 101110

Color Harmonies of #75A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A645

Black with #75A645

Text Example


Text Example

White with #75A645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,166,69); }

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

background-color css

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

 a { background-color: rgb(117,166,69); }

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

border-color css

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

 span { border-color: rgb(117,166,69); }

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