Html Css Color HEX #629983 Patina

📋 copy color: '#629983'

red 98 ◦ green 153 ◦ blue 131

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

Shades of Patina #629983

Tints of Patina #629983

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.05%

 BLUE value IS 131 (51.56% from 255) = 34.29%

R = 25.65%
G = 40.05%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#629983 (or 0x629983) is known color: Patina. HEX triplet: 62, 99 and 83. RGB value is (98,153,131). Sum of RGB (Red+Green+Blue) = 98+153+131=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 153 - color contains mainly: green. Hex color #629983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629983 is #9D667C. Grayscale: #868686. Windows color (decimal): -10315389 or 8624482. OLE color: 8624482.

HSL color Cylindrical-coordinate representation of color #629983: hue angle of 156º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629983 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB 98 153 131 -
CMYK 0.36 0 0.14 0.4
HSL 156º 0.22% 0.49% -
HSV(B) 156º 0.36% 0.6% -
XYZ 20.52 27.02 25.61 -
YUV 134.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 98 153 131 0.36 0 0.14 0.4 156 0.22 0.49
Hex 62 99 83 24 0 E 28 9C 16 31
Octal 142 231 203 44 0 16 50 234 26 61
Binary 1100010 10011001 10000011 100100 0 1110 101000 10011100 10110 110001

Color Harmonies of #629983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629983

Black with #629983

Text Example


Text Example

White with #629983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629983; }

 p { color: rgb(98,153,131); }

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

background-color css

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

 a { background-color: rgb(98,153,131); }

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

border-color css

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

 span { border-color: rgb(98,153,131); }

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