Html Css Color HEX #70926B Xanadu

📋 copy color: '#70926B'

red 112 ◦ green 146 ◦ blue 107

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

Shades of Xanadu #70926B

Tints of Xanadu #70926B

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40%

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

R = 30.68%
G = 40%
B = 29.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#70926B (or 0x70926B) is known color: Xanadu. HEX triplet: 70, 92 and 6B. RGB value is (112,146,107). Sum of RGB (Red+Green+Blue) = 112+146+107=365 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.68% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #70926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70926B is #8F6D94. Grayscale: #838383. Windows color (decimal): -9399701 or 7049840. OLE color: 7049840.

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

Color convert

RGB 112 146 107 -
CMYK 0.23 0 0.27 0.43
HSL 112.31º 0.15% 0.5% -
HSV(B) 112.31º 0.27% 0.57% -
XYZ 19.61 25.06 17.71 -
YUV 131.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 112 146 107 0.23 0 0.27 0.43 112.31 0.15 0.5
Hex 70 92 6B 17 0 1B 2B 70 F 32
Octal 160 222 153 27 0 33 53 160 17 62
Binary 1110000 10010010 1101011 10111 0 11011 101011 1110000 1111 110010

Color Harmonies of #70926B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70926B

Black with #70926B

Text Example


Text Example

White with #70926B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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