Html Css Color HEX #799B7F Oxley

📋 copy color: '#799B7F'

red 121 ◦ green 155 ◦ blue 127

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

Shades of Oxley #799B7F

Tints of Oxley #799B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

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

R = 30.02%
G = 38.46%
B = 31.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#799B7F (or 0x799B7F) is known color: Oxley. HEX triplet: 79, 9B and 7F. RGB value is (121,155,127). Sum of RGB (Red+Green+Blue) = 121+155+127=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #799B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799B7F is #866480. Grayscale: #8D8D8D. Windows color (decimal): -8807553 or 8362873. OLE color: 8362873.

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

Color convert

RGB 121 155 127 -
CMYK 0.22 0 0.18 0.39
HSL 130.59º 0.15% 0.54% -
HSV(B) 130.59º 0.22% 0.61% -
XYZ 23.44 29.04 24.45 -
YUV 141.64 119.74 113.28 -
System Red Green Blue C M Y K H S L
Decimal 121 155 127 0.22 0 0.18 0.39 130.59 0.15 0.54
Hex 79 9B 7F 16 0 12 27 83 F 36
Octal 171 233 177 26 0 22 47 203 17 66
Binary 1111001 10011011 1111111 10110 0 10010 100111 10000011 1111 110110

Color Harmonies of #799B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #799B7F

Black with #799B7F

Text Example


Text Example

White with #799B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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