Html Css Color HEX #638B7A Patina

📋 copy color: '#638B7A'

red 99 ◦ green 139 ◦ blue 122

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

Shades of Patina #638B7A

Tints of Patina #638B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.61%

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 27.5%
G = 38.61%
B = 33.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#638B7A (or 0x638B7A) is known color: Patina. HEX triplet: 63, 8B and 7A. RGB value is (99,139,122). Sum of RGB (Red+Green+Blue) = 99+139+122=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 139 (54.69% from 255 or 38.61% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 139 - color contains mainly: green. Hex color #638B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B7A is #9C7485. Grayscale: #7D7D7D. Windows color (decimal): -10253446 or 8031075. OLE color: 8031075.

HSL color Cylindrical-coordinate representation of color #638B7A: hue angle of 154.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B7A is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 139 122 -
CMYK 0.29 0 0.12 0.45
HSL 154.5º 0.17% 0.47% -
HSV(B) 154.5º 0.29% 0.55% -
XYZ 17.89 22.52 21.82 -
YUV 125.1 126.25 109.38 -
System Red Green Blue C M Y K H S L
Decimal 99 139 122 0.29 0 0.12 0.45 154.5 0.17 0.47
Hex 63 8B 7A 1D 0 C 2D 9A 11 2F
Octal 143 213 172 35 0 14 55 232 21 57
Binary 1100011 10001011 1111010 11101 0 1100 101101 10011010 10001 101111

Color Harmonies of #638B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638B7A

Black with #638B7A

Text Example


Text Example

White with #638B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638B7A; }

 p { color: rgb(99,139,122); }

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

background-color css

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

 a { background-color: rgb(99,139,122); }

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

border-color css

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

 span { border-color: rgb(99,139,122); }

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