Html Css Color HEX #789E7B Oxley

📋 copy color: '#789E7B'

red 120 ◦ green 158 ◦ blue 123

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

Shades of Oxley #789E7B

Tints of Oxley #789E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 29.93%
G = 39.4%
B = 30.67%

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

#789E7B (or 0x789E7B) is known color: Oxley. HEX triplet: 78, 9E and 7B. RGB value is (120,158,123). Sum of RGB (Red+Green+Blue) = 120+158+123=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 158 (62.11% from 255 or 39.40% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 158 - color contains mainly: green. Hex color #789E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E7B is #876184. Grayscale: #8E8E8E. Windows color (decimal): -8872325 or 8101496. OLE color: 8101496.

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

Color convert

RGB 120 158 123 -
CMYK 0.24 0 0.22 0.38
HSL 124.74º 0.16% 0.55% -
HSV(B) 124.74º 0.24% 0.62% -
XYZ 23.55 29.88 23.26 -
YUV 142.65 116.91 111.85 -
System Red Green Blue C M Y K H S L
Decimal 120 158 123 0.24 0 0.22 0.38 124.74 0.16 0.55
Hex 78 9E 7B 18 0 16 26 7D 10 37
Octal 170 236 173 30 0 26 46 175 20 67
Binary 1111000 10011110 1111011 11000 0 10110 100110 1111101 10000 110111

Color Harmonies of #789E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789E7B

Black with #789E7B

Text Example


Text Example

White with #789E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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