Html Css Color HEX #799483 Oxley

📋 copy color: '#799483'

red 121 ◦ green 148 ◦ blue 131

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

Shades of Oxley #799483

Tints of Oxley #799483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 30.25%
G = 37%
B = 32.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#799483 (or 0x799483) is known color: Oxley. HEX triplet: 79, 94 and 83. RGB value is (121,148,131). Sum of RGB (Red+Green+Blue) = 121+148+131=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #799483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799483 is #866B7C. Grayscale: #8A8A8A. Windows color (decimal): -8809341 or 8623225. OLE color: 8623225.

HSL color Cylindrical-coordinate representation of color #799483: hue angle of 142.22º 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 #799483 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 121 148 131 -
CMYK 0.18 0 0.11 0.42
HSL 142.22º 0.11% 0.53% -
HSV(B) 142.22º 0.18% 0.58% -
XYZ 22.57 26.88 25.47 -
YUV 137.99 124.05 115.88 -
System Red Green Blue C M Y K H S L
Decimal 121 148 131 0.18 0 0.11 0.42 142.22 0.11 0.53
Hex 79 94 83 12 0 B 2A 8E B 35
Octal 171 224 203 22 0 13 52 216 13 65
Binary 1111001 10010100 10000011 10010 0 1011 101010 10001110 1011 110101

Color Harmonies of #799483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799483

Black with #799483

Text Example


Text Example

White with #799483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799483; }

 p { color: rgb(121,148,131); }

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

background-color css

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

 a { background-color: rgb(121,148,131); }

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

border-color css

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

 span { border-color: rgb(121,148,131); }

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