Html Css Color HEX #709779 Oxley

📋 copy color: '#709779'

red 112 ◦ green 151 ◦ blue 121

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

Shades of Oxley #709779

Tints of Oxley #709779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.51%

R = 29.17%
G = 39.32%
B = 31.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#709779 (or 0x709779) is known color: Oxley. HEX triplet: 70, 97 and 79. RGB value is (112,151,121). Sum of RGB (Red+Green+Blue) = 112+151+121=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 151 - color contains mainly: green. Hex color #709779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709779 is #8F6886. Grayscale: #888888. Windows color (decimal): -9398407 or 7968624. OLE color: 7968624.

HSL color Cylindrical-coordinate representation of color #709779: hue angle of 133.85º 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 #709779 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 112 151 121 -
CMYK 0.26 0 0.20 0.41
HSL 133.85º 0.16% 0.52% -
HSV(B) 133.85º 0.26% 0.59% -
XYZ 21.2 26.96 22.18 -
YUV 135.92 119.58 110.94 -
System Red Green Blue C M Y K H S L
Decimal 112 151 121 0.26 0 0.20 0.41 133.85 0.16 0.52
Hex 70 97 79 1A 0 14 29 86 10 34
Octal 160 227 171 32 0 24 51 206 20 64
Binary 1110000 10010111 1111001 11010 0 10100 101001 10000110 10000 110100

Color Harmonies of #709779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #709779

Black with #709779

Text Example


Text Example

White with #709779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #709779; }

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

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

background-color css

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

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

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

border-color css

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

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

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