Html Css Color HEX #789883 Oxley

📋 copy color: '#789883'

red 120 ◦ green 152 ◦ blue 131

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

Shades of Oxley #789883

Tints of Oxley #789883

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.72%

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

R = 29.78%
G = 37.72%
B = 32.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#789883 (or 0x789883) is known color: Oxley. HEX triplet: 78, 98 and 83. RGB value is (120,152,131). Sum of RGB (Red+Green+Blue) = 120+152+131=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 152 - color contains mainly: green. Hex color #789883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789883 is #87677C. Grayscale: #8C8C8C. Windows color (decimal): -8873853 or 8624248. OLE color: 8624248.

HSL color Cylindrical-coordinate representation of color #789883: hue angle of 140.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789883 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 131 -
CMYK 0.21 0 0.14 0.40
HSL 140.63º 0.13% 0.53% -
HSV(B) 140.63º 0.21% 0.6% -
XYZ 23.07 28.09 25.68 -
YUV 140.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 120 152 131 0.21 0 0.14 0.40 140.63 0.13 0.53
Hex 78 98 83 15 0 E 28 8D D 35
Octal 170 230 203 25 0 16 50 215 15 65
Binary 1111000 10011000 10000011 10101 0 1110 101000 10001101 1101 110101

Color Harmonies of #789883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789883

Black with #789883

Text Example


Text Example

White with #789883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789883; }

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

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

background-color css

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

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

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

border-color css

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

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

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