Html Css Color HEX #70906E Laurel

📋 copy color: '#70906E'

red 112 ◦ green 144 ◦ blue 110

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

Shades of Laurel #70906E

Tints of Laurel #70906E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 30.6%
G = 39.34%
B = 30.05%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#70906E (or 0x70906E) is known color: Laurel. HEX triplet: 70, 90 and 6E. RGB value is (112,144,110). Sum of RGB (Red+Green+Blue) = 112+144+110=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #70906E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70906E is #8F6F91. Grayscale: #828282. Windows color (decimal): -9400210 or 7245936. OLE color: 7245936.

HSL color Cylindrical-coordinate representation of color #70906E: hue angle of 116.47º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #70906E is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 144 110 -
CMYK 0.22 0 0.24 0.44
HSL 116.47º 0.13% 0.5% -
HSV(B) 116.47º 0.24% 0.56% -
XYZ 19.47 24.52 18.46 -
YUV 130.56 116.4 114.76 -
System Red Green Blue C M Y K H S L
Decimal 112 144 110 0.22 0 0.24 0.44 116.47 0.13 0.5
Hex 70 90 6E 16 0 18 2C 74 D 32
Octal 160 220 156 26 0 30 54 164 15 62
Binary 1110000 10010000 1101110 10110 0 11000 101100 1110100 1101 110010

Color Harmonies of #70906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70906E

Black with #70906E

Text Example


Text Example

White with #70906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70906E; }

 p { color: rgb(112,144,110); }

 H1.HeaderClassName
 {
   color: #70906E;
 }
 .AnyTagClassName
 {
   color: #70906E;
 }
</style>

background-color css

<style>
 a { background-color: #70906E; }

 a { background-color: rgb(112,144,110); }

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

border-color css

<style>
 span { border-color: #70906E; }

 span { border-color: rgb(112,144,110); }

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