Html Css Color HEX #799381 Oxley

📋 copy color: '#799381'

red 121 ◦ green 147 ◦ blue 129

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

Shades of Oxley #799381

Tints of Oxley #799381

RGB

 RED value IS 121 (47.66% from 255) = 30.48%

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 30.48%
G = 37.03%
B = 32.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#799381 (or 0x799381) is known color: Oxley. HEX triplet: 79, 93 and 81. RGB value is (121,147,129). Sum of RGB (Red+Green+Blue) = 121+147+129=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #799381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799381 is #866C7E. Grayscale: #898989. Windows color (decimal): -8809599 or 8491897. OLE color: 8491897.

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

Color convert

RGB 121 147 129 -
CMYK 0.18 0 0.12 0.42
HSL 138.46º 0.11% 0.53% -
HSV(B) 138.46º 0.18% 0.58% -
XYZ 22.28 26.52 24.71 -
YUV 137.17 123.39 116.46 -
System Red Green Blue C M Y K H S L
Decimal 121 147 129 0.18 0 0.12 0.42 138.46 0.11 0.53
Hex 79 93 81 12 0 C 2A 8A B 35
Octal 171 223 201 22 0 14 52 212 13 65
Binary 1111001 10010011 10000001 10010 0 1100 101010 10001010 1011 110101

Color Harmonies of #799381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799381

Black with #799381

Text Example


Text Example

White with #799381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799381; }

 p { color: rgb(121,147,129); }

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

background-color css

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

 a { background-color: rgb(121,147,129); }

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

border-color css

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

 span { border-color: rgb(121,147,129); }

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