Html Css Color HEX #639979 Oxley

📋 copy color: '#639979'

red 99 ◦ green 153 ◦ blue 121

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

Shades of Oxley #639979

Tints of Oxley #639979

RGB

 RED value IS 99 (39.06% from 255) = 26.54%

 GREEN value IS 153 (60.16% from 255) = 41.02%

 BLUE value IS 121 (47.66% from 255) = 32.44%

R = 26.54%
G = 41.02%
B = 32.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#639979 (or 0x639979) is known color: Oxley. HEX triplet: 63, 99 and 79. RGB value is (99,153,121). Sum of RGB (Red+Green+Blue) = 99+153+121=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #639979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639979 is #9C6686. Grayscale: #858585. Windows color (decimal): -10249863 or 7969123. OLE color: 7969123.

HSL color Cylindrical-coordinate representation of color #639979: hue angle of 144.44º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639979 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 121 -
CMYK 0.35 0 0.21 0.4
HSL 144.44º 0.21% 0.49% -
HSV(B) 144.44º 0.35% 0.6% -
XYZ 19.99 26.82 22.21 -
YUV 133.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 99 153 121 0.35 0 0.21 0.4 144.44 0.21 0.49
Hex 63 99 79 23 0 15 28 90 15 31
Octal 143 231 171 43 0 25 50 220 25 61
Binary 1100011 10011001 1111001 100011 0 10101 101000 10010000 10101 110001

Color Harmonies of #639979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639979

Black with #639979

Text Example


Text Example

White with #639979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639979; }

 p { color: rgb(99,153,121); }

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

background-color css

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

 a { background-color: rgb(99,153,121); }

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

border-color css

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

 span { border-color: rgb(99,153,121); }

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