#619870

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

Shades of Oxley #619870

Tints of Oxley #619870

Color information

#619870 (or 0x619870) is unknown color: approx Oxley. HEX triplet: 61, 98 and 70. RGB value is (97,152,112). Sum of RGB (Red+Green+Blue) = 97+152+112=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #619870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619870 is #9E678F. Grayscale: #838383. Windows color (decimal): -10381200 or 7379041. OLE color: 7379041.

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

Color convert

RGB97152112-
CMYK0.3600.260.40
HSL136.36º22.09%48.82%-
HSV(B)136.36º36.18%59.61%-
XYZ19.0826.1719.37-
YUV131117.28103.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 152 (59.77% from 255) = 42.11%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=26.87%
G=42.11%
B=31.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal971521120.3600.260.40136.3622.0948.82
Hex6198702401A28881631
Octal14123016044032502102661
Binary11000011001100011100001001000110101010001000100010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619870; }

 p { color: rgb(97,152,112); }

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

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

 a { background-color: rgb(97,152,112); }

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

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

 span { border-color: rgb(97,152,112); }

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