Html Css Color HEX #709778 Oxley

📋 copy color: '#709778'

red 112 ◦ green 151 ◦ blue 120

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

Shades of Oxley #709778

Tints of Oxley #709778

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.43%

 BLUE value IS 120 (47.27% from 255) = 31.33%

R = 29.24%
G = 39.43%
B = 31.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#709778 (or 0x709778) is known color: Oxley. HEX triplet: 70, 97 and 78. RGB value is (112,151,120). Sum of RGB (Red+Green+Blue) = 112+151+120=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 151 - color contains mainly: green. Hex color #709778 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709778 is #8F6887. Grayscale: #878787. Windows color (decimal): -9398408 or 7903088. OLE color: 7903088.

HSL color Cylindrical-coordinate representation of color #709778: hue angle of 132.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709778 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 120 -
CMYK 0.26 0 0.21 0.41
HSL 132.31º 0.16% 0.52% -
HSV(B) 132.31º 0.26% 0.59% -
XYZ 21.14 26.93 21.85 -
YUV 135.81 119.08 111.02 -
System Red Green Blue C M Y K H S L
Decimal 112 151 120 0.26 0 0.21 0.41 132.31 0.16 0.52
Hex 70 97 78 1A 0 15 29 84 10 34
Octal 160 227 170 32 0 25 51 204 20 64
Binary 1110000 10010111 1111000 11010 0 10101 101001 10000100 10000 110100

Color Harmonies of #709778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709778

Black with #709778

Text Example


Text Example

White with #709778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709778; }

 p { color: rgb(112,151,120); }

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

background-color css

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

 a { background-color: rgb(112,151,120); }

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

border-color css

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

 span { border-color: rgb(112,151,120); }

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