Html Css Color HEX #638F7A Patina

📋 copy color: '#638F7A'

red 99 ◦ green 143 ◦ blue 122

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

Shades of Patina #638F7A

Tints of Patina #638F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.29%

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

R = 27.2%
G = 39.29%
B = 33.52%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#638F7A (or 0x638F7A) is known color: Patina. HEX triplet: 63, 8F and 7A. RGB value is (99,143,122). Sum of RGB (Red+Green+Blue) = 99+143+122=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 143 (56.25% from 255 or 39.29% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 143 - color contains mainly: green. Hex color #638F7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F7A is #9C7085. Grayscale: #7F7F7F. Windows color (decimal): -10252422 or 8032099. OLE color: 8032099.

HSL color Cylindrical-coordinate representation of color #638F7A: hue angle of 151.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F7A is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 143 122 -
CMYK 0.31 0 0.15 0.44
HSL 151.36º 0.18% 0.47% -
HSV(B) 151.36º 0.31% 0.56% -
XYZ 18.48 23.7 22.01 -
YUV 127.45 124.92 107.71 -
System Red Green Blue C M Y K H S L
Decimal 99 143 122 0.31 0 0.15 0.44 151.36 0.18 0.47
Hex 63 8F 7A 1F 0 F 2C 97 12 2F
Octal 143 217 172 37 0 17 54 227 22 57
Binary 1100011 10001111 1111010 11111 0 1111 101100 10010111 10010 101111

Color Harmonies of #638F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638F7A

Black with #638F7A

Text Example


Text Example

White with #638F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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