#619274

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

Shades of Oxley #619274

Tints of Oxley #619274

Color information

#619274 (or 0x619274) is unknown color: approx Oxley. HEX triplet: 61, 92 and 74. RGB value is (97,146,116). Sum of RGB (Red+Green+Blue) = 97+146+116=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #619274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619274 is #9E6D8B. Grayscale: #808080. Windows color (decimal): -10382732 or 7639649. OLE color: 7639649.

HSL color Cylindrical-coordinate representation of color #619274: hue angle of 143.27º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #619274 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB97146116-
CMYK0.3400.210.43
HSL143.27º20.16%47.65%-
HSV(B)143.27º33.56%57.25%-
XYZ18.3624.3620.26-
YUV127.93121.27105.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 146 (57.42% from 255) = 40.67%
BLUE value IS 116 (45.70% from 255) = 32.31%
R=27.02%
G=40.67%
B=32.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971461160.3400.210.43143.2720.1647.65
Hex619274220152B8f1430
Octal14122216442025532172460
Binary11000011001001011101001000100101011010111000111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619274; }

 p { color: rgb(97,146,116); }

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

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

 a { background-color: rgb(97,146,116); }

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

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

 span { border-color: rgb(97,146,116); }

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