Html Css Color HEX #629285 Patina

📋 copy color: '#629285'

red 98 ◦ green 146 ◦ blue 133

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

Shades of Patina #629285

Tints of Patina #629285

RGB

 RED value IS 98 (38.67% from 255) = 25.99%

 GREEN value IS 146 (57.42% from 255) = 38.73%

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 25.99%
G = 38.73%
B = 35.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#629285 (or 0x629285) is known color: Patina. HEX triplet: 62, 92 and 85. RGB value is (98,146,133). Sum of RGB (Red+Green+Blue) = 98+146+133=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 146 (57.42% from 255 or 38.73% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 146 - color contains mainly: green. Hex color #629285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629285 is #9D6D7A. Grayscale: #828282. Windows color (decimal): -10317179 or 8753762. OLE color: 8753762.

HSL color Cylindrical-coordinate representation of color #629285: hue angle of 163.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629285 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 146 133 -
CMYK 0.33 0 0.09 0.43
HSL 163.75º 0.2% 0.48% -
HSV(B) 163.75º 0.33% 0.57% -
XYZ 19.55 24.85 25.96 -
YUV 130.17 129.6 105.06 -
System Red Green Blue C M Y K H S L
Decimal 98 146 133 0.33 0 0.09 0.43 163.75 0.2 0.48
Hex 62 92 85 21 0 9 2B A4 14 30
Octal 142 222 205 41 0 11 53 244 24 60
Binary 1100010 10010010 10000101 100001 0 1001 101011 10100100 10100 110000

Color Harmonies of #629285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629285

Black with #629285

Text Example


Text Example

White with #629285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629285; }

 p { color: rgb(98,146,133); }

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

background-color css

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

 a { background-color: rgb(98,146,133); }

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

border-color css

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

 span { border-color: rgb(98,146,133); }

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