#629874

Color #629874 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #629874

Tints of Oxley #629874

Color information

#629874 (or 0x629874) is unknown color: approx Oxley. HEX triplet: 62, 98 and 74. RGB value is (98,152,116). Sum of RGB (Red+Green+Blue) = 98+152+116=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #629874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629874 is #9D678B. Grayscale: #838383. Windows color (decimal): -10315660 or 7641186. OLE color: 7641186.

HSL color Cylindrical-coordinate representation of color #629874: hue angle of 140º 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 #629874 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB98152116-
CMYK0.3600.240.40
HSL140º21.6%49.02%-
HSV(B)140º35.53%59.61%-
XYZ19.4226.3120.58-
YUV131.75119.11103.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=26.78%
G=41.53%
B=31.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981521160.3600.240.4014021.649.02
Hex62987424018288c1631
Octal14223016444030502142661
Binary11000101001100011101001001000110001010001000110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629874; }

 p { color: rgb(98,152,116); }

 H1.HeaderClassName
 {
   color: #629874;
 }
 .AnyTagClassName
 {
   color: #629874;
 }
</style>
background-color css

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

 a { background-color: rgb(98,152,116); }

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

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

 span { border-color: rgb(98,152,116); }

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