Html Css Color HEX #639079 Patina

📋 copy color: '#639079'

red 99 ◦ green 144 ◦ blue 121

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

Shades of Patina #639079

Tints of Patina #639079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.56%

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

R = 27.2%
G = 39.56%
B = 33.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#639079 (or 0x639079) is known color: Patina. HEX triplet: 63, 90 and 79. RGB value is (99,144,121). Sum of RGB (Red+Green+Blue) = 99+144+121=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 144 - color contains mainly: green. Hex color #639079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639079 is #9C6F86. Grayscale: #7F7F7F. Windows color (decimal): -10252167 or 7966819. OLE color: 7966819.

HSL color Cylindrical-coordinate representation of color #639079: hue angle of 149.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639079 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 121 -
CMYK 0.31 0 0.16 0.44
HSL 149.33º 0.19% 0.48% -
HSV(B) 149.33º 0.31% 0.56% -
XYZ 18.57 23.98 21.74 -
YUV 127.92 124.09 107.37 -
System Red Green Blue C M Y K H S L
Decimal 99 144 121 0.31 0 0.16 0.44 149.33 0.19 0.48
Hex 63 90 79 1F 0 10 2C 95 13 30
Octal 143 220 171 37 0 20 54 225 23 60
Binary 1100011 10010000 1111001 11111 0 10000 101100 10010101 10011 110000

Color Harmonies of #639079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639079

Black with #639079

Text Example


Text Example

White with #639079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639079; }

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

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

background-color css

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

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

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

border-color css

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

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

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