Html Css Color HEX #799A7F Oxley

📋 copy color: '#799A7F'

red 121 ◦ green 154 ◦ blue 127

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

Shades of Oxley #799A7F

Tints of Oxley #799A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.31%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 30.1%
G = 38.31%
B = 31.59%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#799A7F (or 0x799A7F) is known color: Oxley. HEX triplet: 79, 9A and 7F. RGB value is (121,154,127). Sum of RGB (Red+Green+Blue) = 121+154+127=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 154 (60.55% from 255 or 38.31% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 154 - color contains mainly: green. Hex color #799A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799A7F is #866580. Grayscale: #8D8D8D. Windows color (decimal): -8807809 or 8362617. OLE color: 8362617.

HSL color Cylindrical-coordinate representation of color #799A7F: hue angle of 130.91º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #799A7F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 121 154 127 -
CMYK 0.21 0 0.18 0.40
HSL 130.91º 0.14% 0.54% -
HSV(B) 130.91º 0.21% 0.6% -
XYZ 23.27 28.71 24.39 -
YUV 141.06 120.07 113.7 -
System Red Green Blue C M Y K H S L
Decimal 121 154 127 0.21 0 0.18 0.40 130.91 0.14 0.54
Hex 79 9A 7F 15 0 12 28 83 E 36
Octal 171 232 177 25 0 22 50 203 16 66
Binary 1111001 10011010 1111111 10101 0 10010 101000 10000011 1110 110110

Color Harmonies of #799A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799A7F

Black with #799A7F

Text Example


Text Example

White with #799A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,154,127); }

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

background-color css

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

 a { background-color: rgb(121,154,127); }

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

border-color css

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

 span { border-color: rgb(121,154,127); }

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