Html Css Color HEX #70957B Oxley

📋 copy color: '#70957B'

red 112 ◦ green 149 ◦ blue 123

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

Shades of Oxley #70957B

Tints of Oxley #70957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 29.17%
G = 38.8%
B = 32.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#70957B (or 0x70957B) is known color: Oxley. HEX triplet: 70, 95 and 7B. RGB value is (112,149,123). Sum of RGB (Red+Green+Blue) = 112+149+123=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #70957B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70957B is #8F6A84. Grayscale: #878787. Windows color (decimal): -9398917 or 8099184. OLE color: 8099184.

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

Color convert

RGB 112 149 123 -
CMYK 0.25 0 0.17 0.42
HSL 137.84º 0.15% 0.51% -
HSV(B) 137.84º 0.25% 0.58% -
XYZ 21 26.37 22.72 -
YUV 134.97 121.24 111.61 -
System Red Green Blue C M Y K H S L
Decimal 112 149 123 0.25 0 0.17 0.42 137.84 0.15 0.51
Hex 70 95 7B 19 0 11 2A 8A F 33
Octal 160 225 173 31 0 21 52 212 17 63
Binary 1110000 10010101 1111011 11001 0 10001 101010 10001010 1111 110011

Color Harmonies of #70957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70957B

Black with #70957B

Text Example


Text Example

White with #70957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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