Html Css Color HEX #79937F Oxley

📋 copy color: '#79937F'

red 121 ◦ green 147 ◦ blue 127

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

Shades of Oxley #79937F

Tints of Oxley #79937F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.22%

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

R = 30.63%
G = 37.22%
B = 32.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#79937F (or 0x79937F) is known color: Oxley. HEX triplet: 79, 93 and 7F. RGB value is (121,147,127). Sum of RGB (Red+Green+Blue) = 121+147+127=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 147 - color contains mainly: green. Hex color #79937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79937F is #866C80. Grayscale: #898989. Windows color (decimal): -8809601 or 8360825. OLE color: 8360825.

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

Color convert

RGB 121 147 127 -
CMYK 0.18 0 0.14 0.42
HSL 133.85º 0.11% 0.53% -
HSV(B) 133.85º 0.18% 0.58% -
XYZ 22.15 26.46 24.02 -
YUV 136.95 122.39 116.63 -
System Red Green Blue C M Y K H S L
Decimal 121 147 127 0.18 0 0.14 0.42 133.85 0.11 0.53
Hex 79 93 7F 12 0 E 2A 86 B 35
Octal 171 223 177 22 0 16 52 206 13 65
Binary 1111001 10010011 1111111 10010 0 1110 101010 10000110 1011 110101

Color Harmonies of #79937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79937F

Black with #79937F

Text Example


Text Example

White with #79937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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