Html Css Color HEX #75934B Asparagus

📋 copy color: '#75934B'

red 117 ◦ green 147 ◦ blue 75

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

Shades of Asparagus #75934B

Tints of Asparagus #75934B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.36%

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

R = 34.51%
G = 43.36%
B = 22.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#75934B (or 0x75934B) is known color: Asparagus. HEX triplet: 75, 93 and 4B. RGB value is (117,147,75). Sum of RGB (Red+Green+Blue) = 117+147+75=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 147 - color contains mainly: green. Hex color #75934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75934B is #8A6CB4. Grayscale: #828282. Windows color (decimal): -9071797 or 4952949. OLE color: 4952949.

HSL color Cylindrical-coordinate representation of color #75934B: hue angle of 85º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75934B is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 147 75 -
CMYK 0.20 0 0.49 0.42
HSL 85º 0.32% 0.44% -
HSV(B) 85º 0.49% 0.58% -
XYZ 19.04 25.16 10.51 -
YUV 129.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 117 147 75 0.20 0 0.49 0.42 85 0.32 0.44
Hex 75 93 4B 14 0 31 2A 55 20 2C
Octal 165 223 113 24 0 61 52 125 40 54
Binary 1110101 10010011 1001011 10100 0 110001 101010 1010101 100000 101100

Color Harmonies of #75934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75934B

Black with #75934B

Text Example


Text Example

White with #75934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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