Html Css Color HEX #629473 Oxley

📋 copy color: '#629473'

red 98 ◦ green 148 ◦ blue 115

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

Shades of Oxley #629473

Tints of Oxley #629473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 27.15%
G = 41%
B = 31.86%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#629473 (or 0x629473) is known color: Oxley. HEX triplet: 62, 94 and 73. RGB value is (98,148,115). Sum of RGB (Red+Green+Blue) = 98+148+115=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 148 (58.20% from 255 or 41.00% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 148 - color contains mainly: green. Hex color #629473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629473 is #9D6B8C. Grayscale: #818181. Windows color (decimal): -10316685 or 7574626. OLE color: 7574626.

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

Color convert

RGB 98 148 115 -
CMYK 0.34 0 0.22 0.42
HSL 140.4º 0.2% 0.48% -
HSV(B) 140.4º 0.34% 0.58% -
XYZ 18.72 25.01 20.06 -
YUV 129.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 98 148 115 0.34 0 0.22 0.42 140.4 0.2 0.48
Hex 62 94 73 22 0 16 2A 8C 14 30
Octal 142 224 163 42 0 26 52 214 24 60
Binary 1100010 10010100 1110011 100010 0 10110 101010 10001100 10100 110000

Color Harmonies of #629473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629473

Black with #629473

Text Example


Text Example

White with #629473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629473; }

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

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

background-color css

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

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

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

border-color css

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

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

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