Html Css Color HEX #70946B Xanadu

📋 copy color: '#70946B'

red 112 ◦ green 148 ◦ blue 107

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

Shades of Xanadu #70946B

Tints of Xanadu #70946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.33%

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

R = 30.52%
G = 40.33%
B = 29.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#70946B (or 0x70946B) is known color: Xanadu. HEX triplet: 70, 94 and 6B. RGB value is (112,148,107). Sum of RGB (Red+Green+Blue) = 112+148+107=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 148 (58.20% from 255 or 40.33% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 148 - color contains mainly: green. Hex color #70946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70946B is #8F6B94. Grayscale: #848484. Windows color (decimal): -9399189 or 7050352. OLE color: 7050352.

HSL color Cylindrical-coordinate representation of color #70946B: hue angle of 112.68º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70946B is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 112 148 107 -
CMYK 0.24 0 0.28 0.42
HSL 112.68º 0.16% 0.5% -
HSV(B) 112.68º 0.28% 0.58% -
XYZ 19.93 25.69 17.82 -
YUV 132.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 112 148 107 0.24 0 0.28 0.42 112.68 0.16 0.5
Hex 70 94 6B 18 0 1C 2A 71 10 32
Octal 160 224 153 30 0 34 52 161 20 62
Binary 1110000 10010100 1101011 11000 0 11100 101010 1110001 10000 110010

Color Harmonies of #70946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70946B

Black with #70946B

Text Example


Text Example

White with #70946B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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