Html Css Color HEX #70934B Asparagus

📋 copy color: '#70934B'

red 112 ◦ green 147 ◦ blue 75

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

Shades of Asparagus #70934B

Tints of Asparagus #70934B

RGB

 RED value IS 112 (44.14% from 255) = 33.53%

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

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

R = 33.53%
G = 44.01%
B = 22.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#70934B (or 0x70934B) is known color: Asparagus. HEX triplet: 70, 93 and 4B. RGB value is (112,147,75). Sum of RGB (Red+Green+Blue) = 112+147+75=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 147 - color contains mainly: green. Hex color #70934B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70934B is #8F6CB4. Grayscale: #808080. Windows color (decimal): -9399477 or 4952944. OLE color: 4952944.

HSL color Cylindrical-coordinate representation of color #70934B: hue angle of 89.17º 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 #70934B is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 147 75 -
CMYK 0.24 0 0.49 0.42
HSL 89.17º 0.32% 0.44% -
HSV(B) 89.17º 0.49% 0.58% -
XYZ 18.39 24.82 10.48 -
YUV 128.33 97.9 116.35 -
System Red Green Blue C M Y K H S L
Decimal 112 147 75 0.24 0 0.49 0.42 89.17 0.32 0.44
Hex 70 93 4B 18 0 31 2A 59 20 2C
Octal 160 223 113 30 0 61 52 131 40 54
Binary 1110000 10010011 1001011 11000 0 110001 101010 1011001 100000 101100

Color Harmonies of #70934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70934B

Black with #70934B

Text Example


Text Example

White with #70934B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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