Html Css Color HEX #789983 Oxley

📋 copy color: '#789983'

red 120 ◦ green 153 ◦ blue 131

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

Shades of Oxley #789983

Tints of Oxley #789983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.87%

 BLUE value IS 131 (51.56% from 255) = 32.43%

R = 29.7%
G = 37.87%
B = 32.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#789983 (or 0x789983) is known color: Oxley. HEX triplet: 78, 99 and 83. RGB value is (120,153,131). Sum of RGB (Red+Green+Blue) = 120+153+131=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 153 - color contains mainly: green. Hex color #789983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789983 is #87667C. Grayscale: #8C8C8C. Windows color (decimal): -8873597 or 8624504. OLE color: 8624504.

HSL color Cylindrical-coordinate representation of color #789983: hue angle of 140º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #789983 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 131 -
CMYK 0.22 0 0.14 0.4
HSL 140º 0.14% 0.54% -
HSV(B) 140º 0.22% 0.6% -
XYZ 23.23 28.41 25.73 -
YUV 140.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 120 153 131 0.22 0 0.14 0.4 140 0.14 0.54
Hex 78 99 83 16 0 E 28 8C E 36
Octal 170 231 203 26 0 16 50 214 16 66
Binary 1111000 10011001 10000011 10110 0 1110 101000 10001100 1110 110110

Color Harmonies of #789983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789983

Black with #789983

Text Example


Text Example

White with #789983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789983; }

 p { color: rgb(120,153,131); }

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

background-color css

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

 a { background-color: rgb(120,153,131); }

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

border-color css

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

 span { border-color: rgb(120,153,131); }

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