#629975

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

Shades of Oxley #629975

Tints of Oxley #629975

Color information

#629975 (or 0x629975) is unknown color: approx Oxley. HEX triplet: 62, 99 and 75. RGB value is (98,153,117). Sum of RGB (Red+Green+Blue) = 98+153+117=368 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.63% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #629975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629975 is #9D668A. Grayscale: #848484. Windows color (decimal): -10315403 or 7706978. OLE color: 7706978.

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

Color convert

RGB98153117-
CMYK0.3600.240.4
HSL140.73º21.91%49.22%-
HSV(B)140.73º35.95%60%-
XYZ19.6426.6620.94-
YUV132.45119.28103.43-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.63%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=26.63%
G=41.58%
B=31.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981531170.3600.240.4140.7321.9149.22
Hex62997524018288d1631
Octal14223116544030502152661
Binary11000101001100111101011001000110001010001000110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629975; }

 p { color: rgb(98,153,117); }

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

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

 a { background-color: rgb(98,153,117); }

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

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

 span { border-color: rgb(98,153,117); }

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