Html Css Color HEX #70906A Xanadu

📋 copy color: '#70906A'

red 112 ◦ green 144 ◦ blue 106

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

Shades of Xanadu #70906A

Tints of Xanadu #70906A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 30.94%
G = 39.78%
B = 29.28%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#70906A (or 0x70906A) is known color: Xanadu. HEX triplet: 70, 90 and 6A. RGB value is (112,144,106). Sum of RGB (Red+Green+Blue) = 112+144+106=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #70906A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70906A is #8F6F95. Grayscale: #828282. Windows color (decimal): -9400214 or 6983792. OLE color: 6983792.

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

Color convert

RGB 112 144 106 -
CMYK 0.22 0 0.26 0.44
HSL 110.53º 0.15% 0.49% -
HSV(B) 110.53º 0.26% 0.56% -
XYZ 19.26 24.43 17.34 -
YUV 130.1 114.4 115.09 -
System Red Green Blue C M Y K H S L
Decimal 112 144 106 0.22 0 0.26 0.44 110.53 0.15 0.49
Hex 70 90 6A 16 0 1A 2C 6F F 31
Octal 160 220 152 26 0 32 54 157 17 61
Binary 1110000 10010000 1101010 10110 0 11010 101100 1101111 1111 110001

Color Harmonies of #70906A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70906A

Black with #70906A

Text Example


Text Example

White with #70906A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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