Html Css Color HEX #70A77A Oxley

📋 copy color: '#70A77A'

red 112 ◦ green 167 ◦ blue 122

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

Shades of Oxley #70A77A

Tints of Oxley #70A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.65%

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

R = 27.93%
G = 41.65%
B = 30.42%

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

#70A77A (or 0x70A77A) is known color: Oxley. HEX triplet: 70, A7 and 7A. RGB value is (112,167,122). Sum of RGB (Red+Green+Blue) = 112+167+122=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 167 (65.62% from 255 or 41.65% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 167 - color contains mainly: green. Hex color #70A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A77A is #8F5885. Grayscale: #919191. Windows color (decimal): -9394310 or 8038256. OLE color: 8038256.

HSL color Cylindrical-coordinate representation of color #70A77A: hue angle of 130.91º degrees, saturation: 0.24, 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 #70A77A is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 112 167 122 -
CMYK 0.33 0 0.27 0.35
HSL 130.91º 0.24% 0.55% -
HSV(B) 130.91º 0.33% 0.65% -
XYZ 24.01 32.49 23.42 -
YUV 145.43 114.78 104.16 -
System Red Green Blue C M Y K H S L
Decimal 112 167 122 0.33 0 0.27 0.35 130.91 0.24 0.55
Hex 70 A7 7A 21 0 1B 23 83 18 37
Octal 160 247 172 41 0 33 43 203 30 67
Binary 1110000 10100111 1111010 100001 0 11011 100011 10000011 11000 110111

Color Harmonies of #70A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70A77A

Black with #70A77A

Text Example


Text Example

White with #70A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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