#629C70

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

Shades of Oxley #629C70

Tints of Oxley #629C70

Color information

#629C70 (or 0x629C70) is unknown color: approx Oxley. HEX triplet: 62, 9C and 70. RGB value is (98,156,112). Sum of RGB (Red+Green+Blue) = 98+156+112=366 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.78% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 156 - color contains mainly: green. Hex color #629C70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629C70 is #9D638F. Grayscale: #858585. Windows color (decimal): -10314640 or 7380066. OLE color: 7380066.

HSL color Cylindrical-coordinate representation of color #629C70: hue angle of 134.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #629C70 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB98156112-
CMYK0.3700.280.39
HSL134.48º22.83%49.8%-
HSV(B)134.48º37.18%61.18%-
XYZ19.8527.5419.6-
YUV133.64115.78102.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.78%
GREEN value IS 156 (61.33% from 255) = 42.62%
BLUE value IS 112 (44.14% from 255) = 30.60%
R=26.78%
G=42.62%
B=30.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981561120.3700.280.39134.4822.8349.8
Hex629C702501C27861732
Octal14223416045034472062762
Binary11000101001110011100001001010111001001111000011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629C70; }

 p { color: rgb(98,156,112); }

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

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

 a { background-color: rgb(98,156,112); }

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

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

 span { border-color: rgb(98,156,112); }

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