Html Css Color HEX #629B8B Patina

📋 copy color: '#629B8B'

red 98 ◦ green 155 ◦ blue 139

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

Shades of Patina #629B8B

Tints of Patina #629B8B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 139 (54.69% from 255) = 35.46%

R = 25%
G = 39.54%
B = 35.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#629B8B (or 0x629B8B) is known color: Patina. HEX triplet: 62, 9B and 8B. RGB value is (98,155,139). Sum of RGB (Red+Green+Blue) = 98+155+139=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #629B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629B8B is #9D6474. Grayscale: #888888. Windows color (decimal): -10314869 or 9149282. OLE color: 9149282.

HSL color Cylindrical-coordinate representation of color #629B8B: hue angle of 163.16º degrees, saturation: 0.23, 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 #629B8B is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 98 155 139 -
CMYK 0.37 0 0.10 0.39
HSL 163.16º 0.23% 0.5% -
HSV(B) 163.16º 0.37% 0.61% -
XYZ 21.42 27.9 28.68 -
YUV 136.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 98 155 139 0.37 0 0.10 0.39 163.16 0.23 0.5
Hex 62 9B 8B 25 0 A 27 A3 17 32
Octal 142 233 213 45 0 12 47 243 27 62
Binary 1100010 10011011 10001011 100101 0 1010 100111 10100011 10111 110010

Color Harmonies of #629B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629B8B

Black with #629B8B

Text Example


Text Example

White with #629B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629B8B; }

 p { color: rgb(98,155,139); }

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

background-color css

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

 a { background-color: rgb(98,155,139); }

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

border-color css

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

 span { border-color: rgb(98,155,139); }

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