Html Css Color HEX #789E7E Oxley

📋 copy color: '#789E7E'

red 120 ◦ green 158 ◦ blue 126

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

Shades of Oxley #789E7E

Tints of Oxley #789E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.19%

R = 29.7%
G = 39.11%
B = 31.19%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#789E7E (or 0x789E7E) is known color: Oxley. HEX triplet: 78, 9E and 7E. RGB value is (120,158,126). Sum of RGB (Red+Green+Blue) = 120+158+126=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 158 (62.11% from 255 or 39.11% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 158 - color contains mainly: green. Hex color #789E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789E7E is #876181. Grayscale: #8F8F8F. Windows color (decimal): -8872322 or 8298104. OLE color: 8298104.

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

Color convert

RGB 120 158 126 -
CMYK 0.24 0 0.20 0.38
HSL 129.47º 0.16% 0.55% -
HSV(B) 129.47º 0.24% 0.62% -
XYZ 23.74 29.95 24.27 -
YUV 142.99 118.41 111.6 -
System Red Green Blue C M Y K H S L
Decimal 120 158 126 0.24 0 0.20 0.38 129.47 0.16 0.55
Hex 78 9E 7E 18 0 14 26 81 10 37
Octal 170 236 176 30 0 24 46 201 20 67
Binary 1111000 10011110 1111110 11000 0 10100 100110 10000001 10000 110111

Color Harmonies of #789E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789E7E

Black with #789E7E

Text Example


Text Example

White with #789E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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