Html Css Color HEX #70916B Xanadu

📋 copy color: '#70916B'

red 112 ◦ green 145 ◦ blue 107

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

Shades of Xanadu #70916B

Tints of Xanadu #70916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 107 (42.19% from 255) = 29.4%

R = 30.77%
G = 39.84%
B = 29.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#70916B (or 0x70916B) is known color: Xanadu. HEX triplet: 70, 91 and 6B. RGB value is (112,145,107). Sum of RGB (Red+Green+Blue) = 112+145+107=364 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.77% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 145 - color contains mainly: green. Hex color #70916B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70916B is #8F6E94. Grayscale: #828282. Windows color (decimal): -9399957 or 7049584. OLE color: 7049584.

HSL color Cylindrical-coordinate representation of color #70916B: hue angle of 112.11º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #70916B is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 112 145 107 -
CMYK 0.23 0 0.26 0.43
HSL 112.11º 0.15% 0.49% -
HSV(B) 112.11º 0.26% 0.57% -
XYZ 19.46 24.76 17.66 -
YUV 130.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 112 145 107 0.23 0 0.26 0.43 112.11 0.15 0.49
Hex 70 91 6B 17 0 1A 2B 70 F 31
Octal 160 221 153 27 0 32 53 160 17 61
Binary 1110000 10010001 1101011 10111 0 11010 101011 1110000 1111 110001

Color Harmonies of #70916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70916B

Black with #70916B

Text Example


Text Example

White with #70916B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,145,107); }

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

background-color css

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

 a { background-color: rgb(112,145,107); }

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

border-color css

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

 span { border-color: rgb(112,145,107); }

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