Html Css Color HEX #70AB77 Oxley

📋 copy color: '#70AB77'

red 112 ◦ green 171 ◦ blue 119

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

Shades of Oxley #70AB77

Tints of Oxley #70AB77

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.54%

 BLUE value IS 119 (46.88% from 255) = 29.6%

R = 27.86%
G = 42.54%
B = 29.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#70AB77 (or 0x70AB77) is known color: Oxley. HEX triplet: 70, AB and 77. RGB value is (112,171,119). Sum of RGB (Red+Green+Blue) = 112+171+119=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 119 (46.88% from 255 or 29.60% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB77 is #8F5488. Grayscale: #939393. Windows color (decimal): -9393289 or 7842672. OLE color: 7842672.

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

Color convert

RGB 112 171 119 -
CMYK 0.35 0 0.30 0.33
HSL 127.12º 0.26% 0.55% -
HSV(B) 127.12º 0.35% 0.67% -
XYZ 24.57 33.9 22.7 -
YUV 147.43 111.95 102.73 -
System Red Green Blue C M Y K H S L
Decimal 112 171 119 0.35 0 0.30 0.33 127.12 0.26 0.55
Hex 70 AB 77 23 0 1E 21 7F 1A 37
Octal 160 253 167 43 0 36 41 177 32 67
Binary 1110000 10101011 1110111 100011 0 11110 100001 1111111 11010 110111

Color Harmonies of #70AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB77

Black with #70AB77

Text Example


Text Example

White with #70AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,119); }

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

background-color css

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

 a { background-color: rgb(112,171,119); }

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

border-color css

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

 span { border-color: rgb(112,171,119); }

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