#619871

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

Shades of Oxley #619871

Tints of Oxley #619871

Color information

#619871 (or 0x619871) is unknown color: approx Oxley. HEX triplet: 61, 98 and 71. RGB value is (97,152,113). Sum of RGB (Red+Green+Blue) = 97+152+113=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #619871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619871 is #9E678E. Grayscale: #838383. Windows color (decimal): -10381199 or 7444577. OLE color: 7444577.

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

Color convert

RGB97152113-
CMYK0.3600.260.40
HSL137.45º22.09%48.82%-
HSV(B)137.45º36.18%59.61%-
XYZ19.1426.1919.67-
YUV131.11117.78103.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=26.80%
G=41.99%
B=31.22%

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
Decimal971521130.3600.260.40137.4522.0948.82
Hex6198712401A28891631
Octal14123016144032502112661
Binary11000011001100011100011001000110101010001000100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619871; }

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

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

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

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

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

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

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

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