Html Css Color HEX #799C81 Oxley

📋 copy color: '#799C81'

red 121 ◦ green 156 ◦ blue 129

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

Shades of Oxley #799C81

Tints of Oxley #799C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.42%

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

R = 29.8%
G = 38.42%
B = 31.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.39

RGB Variations

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

Color information

#799C81 (or 0x799C81) is known color: Oxley. HEX triplet: 79, 9C and 81. RGB value is (121,156,129). Sum of RGB (Red+Green+Blue) = 121+156+129=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 156 (61.33% from 255 or 38.42% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 156 - color contains mainly: green. Hex color #799C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C81 is #86637E. Grayscale: #8E8E8E. Windows color (decimal): -8807295 or 8494201. OLE color: 8494201.

HSL color Cylindrical-coordinate representation of color #799C81: hue angle of 133.71º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799C81 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 129 -
CMYK 0.22 0 0.17 0.39
HSL 133.71º 0.15% 0.54% -
HSV(B) 133.71º 0.22% 0.61% -
XYZ 23.74 29.43 25.2 -
YUV 142.46 120.4 112.7 -
System Red Green Blue C M Y K H S L
Decimal 121 156 129 0.22 0 0.17 0.39 133.71 0.15 0.54
Hex 79 9C 81 16 0 11 27 86 F 36
Octal 171 234 201 26 0 21 47 206 17 66
Binary 1111001 10011100 10000001 10110 0 10001 100111 10000110 1111 110110

Color Harmonies of #799C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C81

Black with #799C81

Text Example


Text Example

White with #799C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #799C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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