Html Css Color HEX #70A67A Oxley

📋 copy color: '#70A67A'

red 112 ◦ green 166 ◦ blue 122

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

Shades of Oxley #70A67A

Tints of Oxley #70A67A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 28%
G = 41.5%
B = 30.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#70A67A (or 0x70A67A) is known color: Oxley. HEX triplet: 70, A6 and 7A. RGB value is (112,166,122). Sum of RGB (Red+Green+Blue) = 112+166+122=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #70A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A67A is #8F5985. Grayscale: #909090. Windows color (decimal): -9394566 or 8038000. OLE color: 8038000.

HSL color Cylindrical-coordinate representation of color #70A67A: hue angle of 131.11º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70A67A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 166 122 -
CMYK 0.33 0 0.27 0.35
HSL 131.11º 0.23% 0.55% -
HSV(B) 131.11º 0.33% 0.65% -
XYZ 23.83 32.12 23.36 -
YUV 144.84 115.11 104.58 -
System Red Green Blue C M Y K H S L
Decimal 112 166 122 0.33 0 0.27 0.35 131.11 0.23 0.55
Hex 70 A6 7A 21 0 1B 23 83 17 37
Octal 160 246 172 41 0 33 43 203 27 67
Binary 1110000 10100110 1111010 100001 0 11011 100011 10000011 10111 110111

Color Harmonies of #70A67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A67A

Black with #70A67A

Text Example


Text Example

White with #70A67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70A67A; }

 p { color: rgb(112,166,122); }

 H1.HeaderClassName
 {
   color: #70A67A;
 }
 .AnyTagClassName
 {
   color: #70A67A;
 }
</style>

background-color css

<style>
 a { background-color: #70A67A; }

 a { background-color: rgb(112,166,122); }

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

border-color css

<style>
 span { border-color: #70A67A; }

 span { border-color: rgb(112,166,122); }

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