Html Css Color HEX #638E7E Patina

📋 copy color: '#638E7E'

red 99 ◦ green 142 ◦ blue 126

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

Shades of Patina #638E7E

Tints of Patina #638E7E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 26.98%
G = 38.69%
B = 34.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#638E7E (or 0x638E7E) is known color: Patina. HEX triplet: 63, 8E and 7E. RGB value is (99,142,126). Sum of RGB (Red+Green+Blue) = 99+142+126=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 142 - color contains mainly: green. Hex color #638E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638E7E is #9C7181. Grayscale: #7F7F7F. Windows color (decimal): -10252674 or 8293987. OLE color: 8293987.

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

Color convert

RGB 99 142 126 -
CMYK 0.30 0 0.11 0.44
HSL 157.67º 0.18% 0.47% -
HSV(B) 157.67º 0.3% 0.56% -
XYZ 18.58 23.51 23.3 -
YUV 127.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 99 142 126 0.30 0 0.11 0.44 157.67 0.18 0.47
Hex 63 8E 7E 1E 0 B 2C 9E 12 2F
Octal 143 216 176 36 0 13 54 236 22 57
Binary 1100011 10001110 1111110 11110 0 1011 101100 10011110 10010 101111

Color Harmonies of #638E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638E7E

Black with #638E7E

Text Example


Text Example

White with #638E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,142,126); }

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

background-color css

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

 a { background-color: rgb(99,142,126); }

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

border-color css

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

 span { border-color: rgb(99,142,126); }

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