Html Css Color HEX #70947B Oxley

📋 copy color: '#70947B'

red 112 ◦ green 148 ◦ blue 123

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

Shades of Oxley #70947B

Tints of Oxley #70947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 29.24%
G = 38.64%
B = 32.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#70947B (or 0x70947B) is known color: Oxley. HEX triplet: 70, 94 and 7B. RGB value is (112,148,123). Sum of RGB (Red+Green+Blue) = 112+148+123=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 148 - color contains mainly: green. Hex color #70947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70947B is #8F6B84. Grayscale: #868686. Windows color (decimal): -9399173 or 8098928. OLE color: 8098928.

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

Color convert

RGB 112 148 123 -
CMYK 0.24 0 0.17 0.42
HSL 138.33º 0.14% 0.51% -
HSV(B) 138.33º 0.24% 0.58% -
XYZ 20.85 26.05 22.67 -
YUV 134.39 121.57 112.03 -
System Red Green Blue C M Y K H S L
Decimal 112 148 123 0.24 0 0.17 0.42 138.33 0.14 0.51
Hex 70 94 7B 18 0 11 2A 8A E 33
Octal 160 224 173 30 0 21 52 212 16 63
Binary 1110000 10010100 1111011 11000 0 10001 101010 10001010 1110 110011

Color Harmonies of #70947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70947B

Black with #70947B

Text Example


Text Example

White with #70947B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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