Html Css Color HEX #789E79 Oxley

📋 copy color: '#789E79'

red 120 ◦ green 158 ◦ blue 121

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

Shades of Oxley #789E79

Tints of Oxley #789E79

RGB

 RED value IS 120 (47.27% from 255) = 30.08%

 GREEN value IS 158 (62.11% from 255) = 39.6%

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

R = 30.08%
G = 39.6%
B = 30.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#789E79 (or 0x789E79) is known color: Oxley. HEX triplet: 78, 9E and 79. RGB value is (120,158,121). Sum of RGB (Red+Green+Blue) = 120+158+121=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #789E79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E79 is #876186. Grayscale: #8E8E8E. Windows color (decimal): -8872327 or 7970424. OLE color: 7970424.

HSL color Cylindrical-coordinate representation of color #789E79: hue angle of 121.58º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E79 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 158 121 -
CMYK 0.24 0 0.23 0.38
HSL 121.58º 0.16% 0.55% -
HSV(B) 121.58º 0.24% 0.62% -
XYZ 23.42 29.83 22.61 -
YUV 142.42 115.91 112.01 -
System Red Green Blue C M Y K H S L
Decimal 120 158 121 0.24 0 0.23 0.38 121.58 0.16 0.55
Hex 78 9E 79 18 0 17 26 7A 10 37
Octal 170 236 171 30 0 27 46 172 20 67
Binary 1111000 10011110 1111001 11000 0 10111 100110 1111010 10000 110111

Color Harmonies of #789E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789E79

Black with #789E79

Text Example


Text Example

White with #789E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789E79; }

 p { color: rgb(120,158,121); }

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

background-color css

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

 a { background-color: rgb(120,158,121); }

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

border-color css

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

 span { border-color: rgb(120,158,121); }

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