Html Css Color HEX #789881 Oxley

📋 copy color: '#789881'

red 120 ◦ green 152 ◦ blue 129

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

Shades of Oxley #789881

Tints of Oxley #789881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 29.93%
G = 37.91%
B = 32.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#789881 (or 0x789881) is known color: Oxley. HEX triplet: 78, 98 and 81. RGB value is (120,152,129). Sum of RGB (Red+Green+Blue) = 120+152+129=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #789881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789881 is #87677E. Grayscale: #8B8B8B. Windows color (decimal): -8873855 or 8493176. OLE color: 8493176.

HSL color Cylindrical-coordinate representation of color #789881: hue angle of 136.88º 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 #789881 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 129 -
CMYK 0.21 0 0.15 0.40
HSL 136.88º 0.13% 0.53% -
HSV(B) 136.88º 0.21% 0.6% -
XYZ 22.94 28.03 24.97 -
YUV 139.81 121.9 113.87 -
System Red Green Blue C M Y K H S L
Decimal 120 152 129 0.21 0 0.15 0.40 136.88 0.13 0.53
Hex 78 98 81 15 0 F 28 89 D 35
Octal 170 230 201 25 0 17 50 211 15 65
Binary 1111000 10011000 10000001 10101 0 1111 101000 10001001 1101 110101

Color Harmonies of #789881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789881

Black with #789881

Text Example


Text Example

White with #789881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789881; }

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

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

background-color css

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

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

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

border-color css

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

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

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