Html Css Color HEX #70954B Asparagus

📋 copy color: '#70954B'

red 112 ◦ green 149 ◦ blue 75

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

Shades of Asparagus #70954B

Tints of Asparagus #70954B

RGB

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

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

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

R = 33.33%
G = 44.35%
B = 22.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#70954B (or 0x70954B) is known color: Asparagus. HEX triplet: 70, 95 and 4B. RGB value is (112,149,75). Sum of RGB (Red+Green+Blue) = 112+149+75=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #70954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70954B is #8F6AB4. Grayscale: #818181. Windows color (decimal): -9398965 or 4953456. OLE color: 4953456.

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

Color convert

RGB 112 149 75 -
CMYK 0.25 0 0.50 0.42
HSL 90º 0.33% 0.44% -
HSV(B) 90º 0.5% 0.58% -
XYZ 18.7 25.45 10.58 -
YUV 129.5 97.24 115.52 -
System Red Green Blue C M Y K H S L
Decimal 112 149 75 0.25 0 0.50 0.42 90 0.33 0.44
Hex 70 95 4B 19 0 32 2A 5A 21 2C
Octal 160 225 113 31 0 62 52 132 41 54
Binary 1110000 10010101 1001011 11001 0 110010 101010 1011010 100001 101100

Color Harmonies of #70954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70954B

Black with #70954B

Text Example


Text Example

White with #70954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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