Html Css Color HEX #789581 Oxley

📋 copy color: '#789581'

red 120 ◦ green 149 ◦ blue 129

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

Shades of Oxley #789581

Tints of Oxley #789581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.44%

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

R = 30.15%
G = 37.44%
B = 32.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#789581 (or 0x789581) is known color: Oxley. HEX triplet: 78, 95 and 81. RGB value is (120,149,129). Sum of RGB (Red+Green+Blue) = 120+149+129=398 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.15% from 398); Green value is 149 (58.59% from 255 or 37.44% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 149 - color contains mainly: green. Hex color #789581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789581 is #876A7E. Grayscale: #8A8A8A. Windows color (decimal): -8874623 or 8492408. OLE color: 8492408.

HSL color Cylindrical-coordinate representation of color #789581: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #789581 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 129 -
CMYK 0.19 0 0.13 0.42
HSL 138.62º 0.12% 0.53% -
HSV(B) 138.62º 0.19% 0.58% -
XYZ 22.46 27.07 24.81 -
YUV 138.05 122.89 115.13 -
System Red Green Blue C M Y K H S L
Decimal 120 149 129 0.19 0 0.13 0.42 138.62 0.12 0.53
Hex 78 95 81 13 0 D 2A 8B C 35
Octal 170 225 201 23 0 15 52 213 14 65
Binary 1111000 10010101 10000001 10011 0 1101 101010 10001011 1100 110101

Color Harmonies of #789581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789581

Black with #789581

Text Example


Text Example

White with #789581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789581; }

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

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

background-color css

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

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

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

border-color css

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

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

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