Html Css Color HEX #75A445 Asparagus

📋 copy color: '#75A445'

red 117 ◦ green 164 ◦ blue 69

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

Shades of Asparagus #75A445

Tints of Asparagus #75A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.86%

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

R = 33.43%
G = 46.86%
B = 19.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#75A445 (or 0x75A445) is known color: Asparagus. HEX triplet: 75, A4 and 45. RGB value is (117,164,69). Sum of RGB (Red+Green+Blue) = 117+164+69=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #75A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75A445 is #8A5BBA. Grayscale: #8B8B8B. Windows color (decimal): -9067451 or 4564085. OLE color: 4564085.

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

Color convert

RGB 117 164 69 -
CMYK 0.29 0 0.58 0.36
HSL 89.68º 0.41% 0.46% -
HSV(B) 89.68º 0.58% 0.64% -
XYZ 21.69 30.76 10.43 -
YUV 139.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 117 164 69 0.29 0 0.58 0.36 89.68 0.41 0.46
Hex 75 A4 45 1D 0 3A 24 5A 29 2E
Octal 165 244 105 35 0 72 44 132 51 56
Binary 1110101 10100100 1000101 11101 0 111010 100100 1011010 101001 101110

Color Harmonies of #75A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A445

Black with #75A445

Text Example


Text Example

White with #75A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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