Html Css Color HEX #629376 Oxley

📋 copy color: '#629376'

red 98 ◦ green 147 ◦ blue 118

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

Shades of Oxley #629376

Tints of Oxley #629376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.5%

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

R = 27%
G = 40.5%
B = 32.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#629376 (or 0x629376) is known color: Oxley. HEX triplet: 62, 93 and 76. RGB value is (98,147,118). Sum of RGB (Red+Green+Blue) = 98+147+118=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #629376 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629376 is #9D6C89. Grayscale: #818181. Windows color (decimal): -10316938 or 7770978. OLE color: 7770978.

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

Color convert

RGB 98 147 118 -
CMYK 0.33 0 0.20 0.42
HSL 144.49º 0.2% 0.48% -
HSV(B) 144.49º 0.33% 0.58% -
XYZ 18.74 24.77 20.93 -
YUV 129.04 121.77 105.86 -
System Red Green Blue C M Y K H S L
Decimal 98 147 118 0.33 0 0.20 0.42 144.49 0.2 0.48
Hex 62 93 76 21 0 14 2A 90 14 30
Octal 142 223 166 41 0 24 52 220 24 60
Binary 1100010 10010011 1110110 100001 0 10100 101010 10010000 10100 110000

Color Harmonies of #629376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629376

Black with #629376

Text Example


Text Example

White with #629376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629376; }

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

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

background-color css

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

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

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

border-color css

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

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

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