Html Css Color HEX #629476 Oxley

📋 copy color: '#629476'

red 98 ◦ green 148 ◦ blue 118

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

Shades of Oxley #629476

Tints of Oxley #629476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.66%

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

R = 26.92%
G = 40.66%
B = 32.42%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#629476 (or 0x629476) is known color: Oxley. HEX triplet: 62, 94 and 76. RGB value is (98,148,118). Sum of RGB (Red+Green+Blue) = 98+148+118=364 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.92% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #629476 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629476 is #9D6B89. Grayscale: #818181. Windows color (decimal): -10316682 or 7771234. OLE color: 7771234.

HSL color Cylindrical-coordinate representation of color #629476: hue angle of 144º degrees, saturation: 0.2, 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 #629476 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 118 -
CMYK 0.34 0 0.20 0.42
HSL 144º 0.2% 0.48% -
HSV(B) 144º 0.34% 0.58% -
XYZ 18.9 25.08 20.99 -
YUV 129.63 121.44 105.44 -
System Red Green Blue C M Y K H S L
Decimal 98 148 118 0.34 0 0.20 0.42 144 0.2 0.48
Hex 62 94 76 22 0 14 2A 90 14 30
Octal 142 224 166 42 0 24 52 220 24 60
Binary 1100010 10010100 1110110 100010 0 10100 101010 10010000 10100 110000

Color Harmonies of #629476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629476

Black with #629476

Text Example


Text Example

White with #629476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629476; }

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

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

background-color css

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

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

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

border-color css

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

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

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