Html Css Color HEX #639B7D Patina

📋 copy color: '#639B7D'

red 99 ◦ green 155 ◦ blue 125

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

Shades of Patina #639B7D

Tints of Patina #639B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 26.12%
G = 40.9%
B = 32.98%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#639B7D (or 0x639B7D) is known color: Patina. HEX triplet: 63, 9B and 7D. RGB value is (99,155,125). Sum of RGB (Red+Green+Blue) = 99+155+125=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 155 - color contains mainly: green. Hex color #639B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B7D is #9C6482. Grayscale: #868686. Windows color (decimal): -10249347 or 8231779. OLE color: 8231779.

HSL color Cylindrical-coordinate representation of color #639B7D: hue angle of 147.86º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B7D is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 125 -
CMYK 0.36 0 0.19 0.39
HSL 147.86º 0.22% 0.5% -
HSV(B) 147.86º 0.36% 0.61% -
XYZ 20.57 27.58 23.64 -
YUV 134.84 122.45 102.44 -
System Red Green Blue C M Y K H S L
Decimal 99 155 125 0.36 0 0.19 0.39 147.86 0.22 0.5
Hex 63 9B 7D 24 0 13 27 94 16 32
Octal 143 233 175 44 0 23 47 224 26 62
Binary 1100011 10011011 1111101 100100 0 10011 100111 10010100 10110 110010

Color Harmonies of #639B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B7D

Black with #639B7D

Text Example


Text Example

White with #639B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639B7D; }

 p { color: rgb(99,155,125); }

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

background-color css

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

 a { background-color: rgb(99,155,125); }

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

border-color css

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

 span { border-color: rgb(99,155,125); }

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