Html Css Color HEX #789E7C Oxley

📋 copy color: '#789E7C'

red 120 ◦ green 158 ◦ blue 124

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

Shades of Oxley #789E7C

Tints of Oxley #789E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 30.85%

R = 29.85%
G = 39.3%
B = 30.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#789E7C (or 0x789E7C) is known color: Oxley. HEX triplet: 78, 9E and 7C. RGB value is (120,158,124). Sum of RGB (Red+Green+Blue) = 120+158+124=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 158 - color contains mainly: green. Hex color #789E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E7C is #876183. Grayscale: #8E8E8E. Windows color (decimal): -8872324 or 8167032. OLE color: 8167032.

HSL color Cylindrical-coordinate representation of color #789E7C: hue angle of 126.32º 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 #789E7C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 158 124 -
CMYK 0.24 0 0.22 0.38
HSL 126.32º 0.16% 0.55% -
HSV(B) 126.32º 0.24% 0.62% -
XYZ 23.61 29.9 23.6 -
YUV 142.76 117.41 111.76 -
System Red Green Blue C M Y K H S L
Decimal 120 158 124 0.24 0 0.22 0.38 126.32 0.16 0.55
Hex 78 9E 7C 18 0 16 26 7E 10 37
Octal 170 236 174 30 0 26 46 176 20 67
Binary 1111000 10011110 1111100 11000 0 10110 100110 1111110 10000 110111

Color Harmonies of #789E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789E7C

Black with #789E7C

Text Example


Text Example

White with #789E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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