Html Css Color HEX #639C7E Patina

📋 copy color: '#639C7E'

red 99 ◦ green 156 ◦ blue 126

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

Shades of Patina #639C7E

Tints of Patina #639C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 40.94%

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

R = 25.98%
G = 40.94%
B = 33.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#639C7E (or 0x639C7E) is known color: Patina. HEX triplet: 63, 9C and 7E. RGB value is (99,156,126). Sum of RGB (Red+Green+Blue) = 99+156+126=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 156 - color contains mainly: green. Hex color #639C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639C7E is #9C6381. Grayscale: #878787. Windows color (decimal): -10249090 or 8297571. OLE color: 8297571.

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

Color convert

RGB 99 156 126 -
CMYK 0.37 0 0.19 0.39
HSL 148.42º 0.22% 0.5% -
HSV(B) 148.42º 0.37% 0.61% -
XYZ 20.8 27.94 24.03 -
YUV 135.54 122.62 101.94 -
System Red Green Blue C M Y K H S L
Decimal 99 156 126 0.37 0 0.19 0.39 148.42 0.22 0.5
Hex 63 9C 7E 25 0 13 27 94 16 32
Octal 143 234 176 45 0 23 47 224 26 62
Binary 1100011 10011100 1111110 100101 0 10011 100111 10010100 10110 110010

Color Harmonies of #639C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C7E

Black with #639C7E

Text Example


Text Example

White with #639C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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