Html Css Color HEX #799C85 Oxley

📋 copy color: '#799C85'

red 121 ◦ green 156 ◦ blue 133

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

Shades of Oxley #799C85

Tints of Oxley #799C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 29.51%
G = 38.05%
B = 32.44%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#799C85 (or 0x799C85) is known color: Oxley. HEX triplet: 79, 9C and 85. RGB value is (121,156,133). Sum of RGB (Red+Green+Blue) = 121+156+133=410 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.51% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 156 - color contains mainly: green. Hex color #799C85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799C85 is #86637A. Grayscale: #8E8E8E. Windows color (decimal): -8807291 or 8756345. OLE color: 8756345.

HSL color Cylindrical-coordinate representation of color #799C85: hue angle of 140.57º 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 #799C85 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 121 156 133 -
CMYK 0.22 0 0.15 0.39
HSL 140.57º 0.15% 0.54% -
HSV(B) 140.57º 0.22% 0.61% -
XYZ 24.01 29.54 26.63 -
YUV 142.91 122.4 112.37 -
System Red Green Blue C M Y K H S L
Decimal 121 156 133 0.22 0 0.15 0.39 140.57 0.15 0.54
Hex 79 9C 85 16 0 F 27 8D F 36
Octal 171 234 205 26 0 17 47 215 17 66
Binary 1111001 10011100 10000101 10110 0 1111 100111 10001101 1111 110110

Color Harmonies of #799C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799C85

Black with #799C85

Text Example


Text Example

White with #799C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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