Html Css Color HEX #75995C Asparagus

📋 copy color: '#75995C'

red 117 ◦ green 153 ◦ blue 92

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

Shades of Asparagus #75995C

Tints of Asparagus #75995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 32.32%
G = 42.27%
B = 25.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#75995C (or 0x75995C) is known color: Asparagus. HEX triplet: 75, 99 and 5C. RGB value is (117,153,92). Sum of RGB (Red+Green+Blue) = 117+153+92=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 153 - color contains mainly: green. Hex color #75995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75995C is #8A66A3. Grayscale: #878787. Windows color (decimal): -9070244 or 6068597. OLE color: 6068597.

HSL color Cylindrical-coordinate representation of color #75995C: hue angle of 95.41º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75995C is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 153 92 -
CMYK 0.24 0 0.40 0.4
HSL 95.41º 0.25% 0.48% -
HSV(B) 95.41º 0.4% 0.6% -
XYZ 20.66 27.34 14.31 -
YUV 135.28 103.57 114.96 -
System Red Green Blue C M Y K H S L
Decimal 117 153 92 0.24 0 0.40 0.4 95.41 0.25 0.48
Hex 75 99 5C 18 0 28 28 5F 19 30
Octal 165 231 134 30 0 50 50 137 31 60
Binary 1110101 10011001 1011100 11000 0 101000 101000 1011111 11001 110000

Color Harmonies of #75995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75995C

Black with #75995C

Text Example


Text Example

White with #75995C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75995C; }

 p { color: rgb(117,153,92); }

 H1.HeaderClassName
 {
   color: #75995C;
 }
 .AnyTagClassName
 {
   color: #75995C;
 }
</style>

background-color css

<style>
 a { background-color: #75995C; }

 a { background-color: rgb(117,153,92); }

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

border-color css

<style>
 span { border-color: #75995C; }

 span { border-color: rgb(117,153,92); }

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