Html Css Color HEX #629576 Oxley

📋 copy color: '#629576'

red 98 ◦ green 149 ◦ blue 118

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

Shades of Oxley #629576

Tints of Oxley #629576

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.82%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 26.85%
G = 40.82%
B = 32.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#629576 (or 0x629576) is known color: Oxley. HEX triplet: 62, 95 and 76. RGB value is (98,149,118). Sum of RGB (Red+Green+Blue) = 98+149+118=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #629576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629576 is #9D6A89. Grayscale: #828282. Windows color (decimal): -10316426 or 7771490. OLE color: 7771490.

HSL color Cylindrical-coordinate representation of color #629576: hue angle of 143.53º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #629576 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 149 118 -
CMYK 0.34 0 0.21 0.42
HSL 143.53º 0.21% 0.48% -
HSV(B) 143.53º 0.34% 0.58% -
XYZ 19.05 25.4 21.04 -
YUV 130.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 98 149 118 0.34 0 0.21 0.42 143.53 0.21 0.48
Hex 62 95 76 22 0 15 2A 90 15 30
Octal 142 225 166 42 0 25 52 220 25 60
Binary 1100010 10010101 1110110 100010 0 10101 101010 10010000 10101 110000

Color Harmonies of #629576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629576

Black with #629576

Text Example


Text Example

White with #629576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629576; }

 p { color: rgb(98,149,118); }

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

background-color css

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

 a { background-color: rgb(98,149,118); }

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

border-color css

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

 span { border-color: rgb(98,149,118); }

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