Html Css Color HEX #75954B Asparagus

📋 copy color: '#75954B'

red 117 ◦ green 149 ◦ blue 75

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

Shades of Asparagus #75954B

Tints of Asparagus #75954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.7%

 BLUE value IS 75 (29.69% from 255) = 21.99%

R = 34.31%
G = 43.7%
B = 21.99%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#75954B (or 0x75954B) is known color: Asparagus. HEX triplet: 75, 95 and 4B. RGB value is (117,149,75). Sum of RGB (Red+Green+Blue) = 117+149+75=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 149 - color contains mainly: green. Hex color #75954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75954B is #8A6AB4. Grayscale: #838383. Windows color (decimal): -9071285 or 4953461. OLE color: 4953461.

HSL color Cylindrical-coordinate representation of color #75954B: hue angle of 85.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75954B is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 149 75 -
CMYK 0.21 0 0.50 0.42
HSL 85.95º 0.33% 0.44% -
HSV(B) 85.95º 0.5% 0.58% -
XYZ 19.35 25.78 10.61 -
YUV 131 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 117 149 75 0.21 0 0.50 0.42 85.95 0.33 0.44
Hex 75 95 4B 15 0 32 2A 56 21 2C
Octal 165 225 113 25 0 62 52 126 41 54
Binary 1110101 10010101 1001011 10101 0 110010 101010 1010110 100001 101100

Color Harmonies of #75954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75954B

Black with #75954B

Text Example


Text Example

White with #75954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75954B; }

 p { color: rgb(117,149,75); }

 H1.HeaderClassName
 {
   color: #75954B;
 }
 .AnyTagClassName
 {
   color: #75954B;
 }
</style>

background-color css

<style>
 a { background-color: #75954B; }

 a { background-color: rgb(117,149,75); }

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

border-color css

<style>
 span { border-color: #75954B; }

 span { border-color: rgb(117,149,75); }

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