Html Css Color HEX #789F7D Oxley

📋 copy color: '#789F7D'

red 120 ◦ green 159 ◦ blue 125

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

Shades of Oxley #789F7D

Tints of Oxley #789F7D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.36%

 BLUE value IS 125 (49.22% from 255) = 30.94%

R = 29.7%
G = 39.36%
B = 30.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#789F7D (or 0x789F7D) is known color: Oxley. HEX triplet: 78, 9F and 7D. RGB value is (120,159,125). Sum of RGB (Red+Green+Blue) = 120+159+125=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #789F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F7D is #876082. Grayscale: #8F8F8F. Windows color (decimal): -8872067 or 8232824. OLE color: 8232824.

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

Color convert

RGB 120 159 125 -
CMYK 0.25 0 0.21 0.38
HSL 127.69º 0.17% 0.55% -
HSV(B) 127.69º 0.25% 0.62% -
XYZ 23.85 30.27 23.99 -
YUV 143.46 117.58 111.26 -
System Red Green Blue C M Y K H S L
Decimal 120 159 125 0.25 0 0.21 0.38 127.69 0.17 0.55
Hex 78 9F 7D 19 0 15 26 80 11 37
Octal 170 237 175 31 0 25 46 200 21 67
Binary 1111000 10011111 1111101 11001 0 10101 100110 10000000 10001 110111

Color Harmonies of #789F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789F7D

Black with #789F7D

Text Example


Text Example

White with #789F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,159,125); }

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

background-color css

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

 a { background-color: rgb(120,159,125); }

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

border-color css

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

 span { border-color: rgb(120,159,125); }

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